🎴 Flashcard Mode

Java EE Web Frameworks and Design Patterns

Card1 / 16
Mastered0
Review0
QuestionClick to flip

Which of this is used for performing standard directory operations.

AnswerClick to flip back
A
JNDI
💡 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.

Change Mode