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
What is the purpose of assert keyword used in jdk1.4.x?
What is difference between word and integer?
What are variable names?
What is use of valueof () in java?
What is the access scope of a protected method?
What is the right data type to represent a price in java?
What do you mean by platform independence of Java?
How do you control extraneous variables?
Is char a method in java?
What are conditionals and its types?
Can we override private method?
What is equlas() and hashcode() contract in java? Where does it used?
What is an off by one error in java?
What is the requirement of thread in java?
Why are constructors used?