Multiple choice

Which of the following classes in servlets implements the Servlet and ServletConfig interface?

  1. ServletOutputStream

  2. ServletInputStream

  3. GenericServlet

  4. ServletException

  5. None of these

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

This class in servlets implements the Servlet and ServletConfig interface.