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
Elucidate callback in ejb?
Differentiate Phantom from Un-repeatable?
How can a session bean be configured for transactions of bean-managed?
How to increase ejb transaction timeout in weblogic?
What do you mean by ‘hot deployment’ ?
Explain the important elements of ejb?
Define Initial Context?
What is stateless code?
What is ejb and its properties?
Define ACID Properties?
How to find ejb version in websphere?
Differentiate Conversational from Non-conversational interactions?
What is stateless and stateful?
What are the different types of ejb?
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?