Multiple choice technology web technology

You need to interface your J2EE application with LDAP, which J2EE technology should you use?

  1. DNS

  2. JAF

  3. Java Naming

  4. JNDI

  5. JNS

Reveal answer Fill a bubble to check yourself
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.