InterviewSolution
| 1. |
What Is The Relationship Between Ldap And Jndi? |
|
Answer» JNDI has CLASSES provided by SUN that will help UR appln interact with and LDAP server. JNDI appln work similarly to JDBC applns once and be free to use ‘drivers’ from DIFFERENT VENDORS. SUN provides the “driver” that will help interact with the LDAP server. Sun also provides “drivers” for other naming services (like CORBA). JNDI has classes provided by SUN that will help ur appln interact with and LDAP server. JNDI appln work similarly to JDBC applns once and be free to use ‘drivers’ from different vendors. SUN provides the “driver” that will help interact with the LDAP server. Sun also provides “drivers” for other naming services (like CORBA). |
|