You need to interface your J2EE application with LDAP, which J2EE technology should you use?
-
DNS
-
JAF
-
Java Naming
-
JNDI
-
JNS
D
Correct answer
Explanation
JNDI (Java Naming and Directory Interface) is the standard Java API for accessing directory and naming services like LDAP. It provides a unified interface to connect to various directory services, making it the correct choice for LDAP integration. DNS is for domain name resolution, JAF (Java Activation Framework) handles MIME type processing, and 'Java Naming' or 'JNS' are not standard J2EE technologies.