JNDI, Java Naming and Directory Interfaces Interview Questions

What is a naming service? - Naming services map objects with names. It maps a reference to an object by a user friendly name...
What is a directory service? - Searching for files and directories done by providing Directory services. A directory service is a set of names...
What is LDAP? - LDAP stands for Lightweight Directory Access Protocol. This is a protocol for querying and modifying directory services over TCP/IP...
How do we use LDAP to work with a directory service? - At the time of creation of the databases, the existing LDAP will receive the database server instance...
Importance of JNDI - To centralize the information storage the enterprises uses LDAP...
Why we need JNDI - Most of the operations are with databases and servers in LDAP. Using JNDI multiple dbms can be reduced by centralizing the information...