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 |
How does Vector implement synchronization?
What does \ mean in regex?
What are the 5 types of research methods?
What is JVM ?
4 Answers Phantom Technologies, TCS,
How to use arraylist in java netbeans?
Can you instantiate the math class in Java?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
why constructor dont have returns type?
Is empty .java file name a valid source file name?
In a class implementing an interface, can we change the value of any variable defined in the interface?
how to handled exceptions & erros in ejb?
Can an interface implement another interface?