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

httt method

2 Answers   HCL,


what is diff string and stringbuffer

7 Answers   CTS, HCL,


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,


can u draw class/object diagram for ATM

0 Answers   HCL, Zycus Infotech,


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,






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

0 Answers  


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

1 Answers   Cap Gemini,


What are the considerations to be made in case of loops in java ?

0 Answers  


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


What is the use of hashcode in java ?

0 Answers  


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

0 Answers  


where is JNDI being used in java platform?

2 Answers  


Categories