Answer Posted / sivasubramanian.k
The Java Naming and Directory Interface (JNDI) is an API
for directory service that allows clients to discover and
lookup data and objects via a name. Like all Java APIs that
interface with host systems, JNDI is independent of the
underlying implementation. Additionally, it specifies a
service provider interface (SPI) that allows directory
service implementations to be plugged into the framework.
The implementations may make use of a server, a flat file,
or a database; the choice is up to the vendor.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain try and catch keywords in java?
How can an exception be thrown manually by a programmer?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is a double?
What is the difference between the prefix and postfix forms of the ++ operator?
What is an off by one error in java?
What are three advantages of using functions?
What are the differences between throw and throws?
What is an object class?
Where we write javascript code in html page?
what do you mean by classloader in java?
What is meant by structural programming?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
How to handle a web browser resize operation?
String class is defined under which package in java?