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 do you mean by thread safe?

0 Answers  


How to remove the trailing spaces from a string?

0 Answers   Infogain,


What is a parameter used for?

0 Answers  


How do you know if a value is nan?

0 Answers  


What is the protocol is used in type4 driver?

4 Answers   CMC,






What is boolean data type in java?

0 Answers  


How does split work in java?

0 Answers  


What is difference between module and function?

0 Answers  


what is the Diff. between Access Specifiers and Access Modifiers?

39 Answers   BMC, Cyber Shot, Infosys, VTS, Wipro,


Why do we declare a class static?

0 Answers  


What is encapsulation in java?

0 Answers   IBS, NIIT,


what is object-oriented programming in java?

0 Answers   Reliance,


Categories