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
Can I learn java in 3 months?
What is not object oriented programming?
Explain about interrupt() method of thread class ?
How a string is stored in memory?
How does system arraycopy work in java?
Can a serialized object be transferred via network?
What is string subsequence method?
What access modifiers can be used for class ?
What is the use of object and class classes?
Can list be final in java?
Is arraylist ordered in java?
How to sort elements in a parallel array in java?
How many threads can I run java?
What is the difference between throw and throws keywords?
What is assembly language?