Multiple choice

Which of the following classes in Java servlets provides an input stream for reading requests from a client?

  1. GenericServlet

  2. ServletInputStream

  3. ServletOutputStream

  4. ServletException

  5. Servlet

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

This class in java servlets provides an input stream for reading requests from a client.