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
What are the different types of features of the java collections framework? : java collections
What is an algorithm in java collection framework? : java collections
What is the Spring2.5 MVC Navigation flow?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What is the difference between comparable and comparator in java.util pkg?
What are the types of the main implementing classes in the map interfaces? : java collections
what is mean by hasing and maping in java platform and advantage?
What are maps interfaces in the java collections? : java collections
What are the considerations to be made in case of loops in java ?
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.?.
my interviewer asked me what technical specification you used how to answer that question
What do you understand by synchronization? Why is it important?
What is java collection? : java collections
What is the enumerator of the java collection framework? : java collections
What are the different types of ways where you can iterate over a list? : java collections