what is jndi?
Answer / 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 |
What is 32 bit float?
What are the types of relation?
Why use string handling in Java?
What are the two types of exceptions in java? Which are the differences between them?
What is t in generics in java?
What is Runtime class and its purpose?
when we have to use final class in java?
What is time complexity algorithm?
What is thread count in java?
What is string array?
What is boolean law?
What is a jit compiler?