Multiple choice technology web technology

Which of this is used for performing standard directory operations.

  1. JNDF

  2. JNDI

  3. JNDA

  4. JNDD

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JNDI (Java Naming and Directory Interface) is the Java API that provides standard directory and naming operations. It allows Java applications to access and manipulate directory services like LDAP, DNS, and NIS. The other options (JNDF, JNDA, JNDD) are not standard Java APIs for directory operations.