whats the relation ship between LDAP and JNDI?



whats the relation ship between LDAP and JNDI?..

Answer / harish

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). what SUN has not
written is a driver to interact with ADSI.

Is This Answer Correct ?    13 Yes 1 No

Post New Answer

More Java J2EE AllOther Interview Questions

What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,


"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions

6 Answers   Photon,


What is the difference between comparable and comparator in java.util pkg?

0 Answers  


In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?

2 Answers   Cap Gemini,






How do I find jre path in windows?

0 Answers  


I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


What is need of DAO? Write one simple DAO example?

2 Answers   IBM,


what is difference between struts1.2 and struts2.0

1 Answers  


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,


what is acl(access control list)?

1 Answers   Athena, HCL,


What is the use of hashcode in java ?

0 Answers  


Categories