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 difference between business deligate and session facade ?

2 Answers   Fidelity,


"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,


Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...

2 Answers   Span Systems,


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  


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  






what protocols does JNDI provide an interface to?

1 Answers  


When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?

1 Answers   Cap Gemini,


What do you understand by synchronization? Why is it important?

0 Answers  


who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.

0 Answers   iGate,


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

0 Answers  


How many controlers are there in spring? Plz send me ans

1 Answers   HCL,


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

0 Answers  


Categories