Multiple choice general knowledge science & technology

which of the following package does the GenericServlet class belongs to?

  1. javax.http

  2. jaxax.http.servlet

  3. javax.servlet.http

  4. javax.servlet

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

GenericServlet is an abstract class in the javax.servlet package that implements the Servlet interface and provides basic functionality for protocol-independent servlets. It serves as the foundation for HttpServlet, which is in javax.servlet.http and handles HTTP-specific operations. The package javax.http does not exist in Java EE.