Multiple choice technology web technology

Through ____________ Tomcat allows us to use its established JNDI context to look up any kind of resource available.

  1. Naming Lookup

  2. JNDI

  3. Class loader

  4. Buffering

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

JNDI (Java Naming and Directory Interface) is the API and service that Tomcat uses to provide access to resources like databases, connection pools, and JavaMail sessions through a naming context. Naming Lookup is too vague, Class Loader is for Java classes, and Buffering is for I/O operations.