📚 Practice Mode

HTML, CSS and Servlets Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 17
Multiple Choice

The Web server that executes the servlet creates an _________ object and passes this to the servlet's service method (which, in turn, passes it to doGet or doPost).

  1. HttpServletResponce
  2. HttpRequest
  3. ServletRequest
  4. HttpServletRequest