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
Name few java 8 annotations ?
What is the difference between static and non-static variables in java programming?
Can a static class have a constructor java?
How would you convert bytes to string?
How do you check if two strings are equal in java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
Explain the importance of throwable class and its methods?
Can we use catch statement for checked exceptions?
What about method local inner classes or local inner classes in java?
Why to use nested classes in java?
How can we access some class in another class in java?
Can you explain the meaning of aggregation and composition
What is the difference between hashmap and hashtable? What is an interface?
Is integer a class?
What is the difference between == and === javascript?