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

What is static and final keyword in java?

0 Answers  


Can we use both this () and super () in a constructor?

0 Answers  


What do you mean by static variable?

0 Answers   TCS,


Give an example of use of pointers in java class.

0 Answers  


Is space a character in java?

0 Answers  






What is the use of volatile in java?

0 Answers  


What is the purpose of a volatile variable?

0 Answers  


What do you mean Abstraction in java?

0 Answers   Aspire, Infogain,


how an we achive multiple inhetitance in java using interface..??

2 Answers  


What is hashing in java?

0 Answers  


What is Transient and volatile

10 Answers   iFlex,


What is api data?

0 Answers  


Categories