Which one of the following java apis do you use to look up an enterprise javabean ejb component?

Java

1 answer

Answer

1181130

2026-07-17 07:40

+ Follow

Java
Java

To look up an Enterprise JavaBean (EJB) component, you typically use the Java Naming and Directory Interface (JNDI) API. JNDI allows you to access naming and directory services, enabling you to retrieve the EJB references by their names from the application's environment. You typically perform a lookup using the InitialContext class to obtain the desired EJB instance.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.