🎴 Flashcard Mode
Atomic Physics and Java Servlets
Card1 / 19
Mastered0
Review0
QuestionClick to flip
which of the following package does the GenericServlet class belongs to?
AnswerClick to flip back
A
javax.servlet
💡 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.