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 dynamic binding(late binding)?
What is meant by JVM? Is JVM platform independent or not?
What is string syntax?
Explain oops concepts in detail?
What is file class and what is its purpose?
What is the difference between this() and super()?
What is the difference between Static and final?
if i have one string class then how can you achive this class functionality of this class?
Can we catch more than one exception in single catch block?
What is the differences between c++ and java? Explain
where final and static variable stored?
What is a deadlock ?