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 garbage collector?
When do we need to use internal iteration? When do we need to use external iteration?
What is variable and example?
What is meant by local variable and instance variable?
What is default exception handling in java?
can abstract class have constructor how can you achive this ?
What is the history of java?
What is google full form?
whats is the use of final,in which situation final can be used in the application?
What is a Java switch statement, and how can it be used?
Explain about narrowing conversion in java?
I don’t want my class to be inherited by any other class. What should I do?