What does lookup() do in JNDI?
Options
- returns a enumeration of object of searched criteria
- returns a enumeration of binding objects
- find the specified object which was given in the context
- returns a enumeration of all the NameClassPair's of current context
CORRECT ANSWER : find the specified object which was given in the context
Write your comments