Answer Posted / 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 View All Answers
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is deque in the java collections framework? : java collections
What is java collection? : java collections
What are the uses of the set interfaces in the java collections? : java collections
What are the considerations to be made in case of loops in java ?
What is the use of hashcode in java ?
Should we create system software ( e.g operating system ) in java ?
What is iterator in the java collections framework? : java collections
What are the main classes of the list interfaces? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What are maps interfaces in the java collections? : java collections
How is hashset maintained in memory by java ?
What is the use of the list interface in the java collection? : java collections
What is the Spring2.5 MVC Navigation flow?
What are the different types of classes implemented in the set interfaces? : java collections