which of the following package does the GenericServlet class belongs to?
-
javax.http
-
jaxax.http.servlet
-
javax.servlet.http
-
javax.servlet
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.