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

Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

0 Answers   Cap Gemini,


what is filter ?

2 Answers   SolutionNET,


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?

1 Answers   TCS,






where is JNDI being used in java platform?

2 Answers  


What are the interfaces in java collections? : java collections

0 Answers  


What are the different types of ways where you can iterate over a list? : java collections

0 Answers  


please mail me the interview question based on java/j2ee

0 Answers   Wipro,


Can any one tell me How to explain bank project desription in interview

3 Answers   Infosys, Wipro,


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

0 Answers  


httt method

2 Answers   HCL,


Categories