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 static import in java?
Do you know why doesn't the java library use a randomized version of quicksort?
What is rule of accessibility in java?
When is the garbage collection used in Java?
Explain about the security aspect of java?
Define an abstract class with reference to java.
What are access specifiers available in java?
Is null keyword in java?
How do you sort a set in java?
What is math floor in java?
Difference difference paint() and paintcomponent()?
What is passing by reference in java?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
How can we use primitive data types as objects?
What is a layout manager and what are different types of layout managers available in java awt?