Answer Posted / makthar basha
JNDI is Java Naming and Derectory Interface,JNDI can be used
as a general purpose service for accessing and retrieving a
mixed set of data. Using LDAP as a backend, JNDI allows us
to store Java Objects directly into the directory and
provides the user with APIs to make modifications to the
tree. The power comes in storing objects inside the tree itself.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is use of @postconstruct?
What is entity beans in ejb with example?
How can a CORBA object, accessed from a EJB?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
How can one EJB be called from within another EJB?
Can EJB made to handle multiple transactions?
What is ejb context?
List some key actors in persistence api.
What is ejb role in j2ee?
Explain the concept of ejb ql?
What is ejb application?
Explain the concept of connection pooling feature of ejb container?
What is the procedure for the presentation of ejb persistence mechanism?
How do you decide whether you should use session, entity or message driven bean?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?