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
Is java platform independent?
Explain the difference between transient and volatile in java?
Can you override private or static method in java?
What is the purpose of using break in each case of switch statement?
What is a methodologist?
Why do we need autoboxing in java?
What is a bubble sort in java?
v-model life cycle
Explain how hashmap works?
What is the major drawback of internal iteration over external iteration?
What is the difference between the prefix and postfix forms of the ++ operator?
What happens if an exception is not handled in a program?
what is daemon thread and which method is used to create the daemon thread? : Java thread
How to invoke external process in java.
What is the difference between variable & constant?