Which two prevent a servlet from handling requests.? (Choose two.)

  1. The servlet's init method returns a non-zero status

  2. The servlet's init method throws a Servlet Exception

  3. The servlet's init method sets the Servlet Response's content type to null.

  4. The servlet's init method does NOT return within a time period defined by the servlet container


Correct Option: B,D

Find more quizzes: