Multiple choice technology web technology

Jar

  1. servlet.jar

  2. jsp-api.jar

  3. servletapi.jar

  4. servlet-api.jar

  5. servlet1.1.jar

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

The standard Java Servlet API is packaged in servlet-api.jar (in modern versions, javax.servlet-api.jar). This JAR contains the interfaces and classes for implementing servlets. servlet.jar, servletapi.jar, and servlet1.1.jar are not the standard naming conventions for the official Servlet API library.