what is jndi?



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

Post New Answer

More Core Java Interview Questions

explain about method overloading and method overriding with difficult examples

4 Answers  


What is thread safe java?

0 Answers  


Are functions objects in java?

0 Answers  


How can we run a java program without making any object?

0 Answers  


How we can make copy of a java object?

0 Answers  






What is the purpose of a statement block?

1 Answers  


Why super is first line in java?

0 Answers  


how to create daemon thread in java?

0 Answers  


What is dynamic binding(late binding)?

0 Answers  


What is a local block?

0 Answers   Global Logic,


what is the main differene between synchronize() method and Synchronize{}block?

1 Answers   3i Infotech,


What is class level lock ?

0 Answers  


Categories