Which two prevent a servlet from handling requests.? (Choose two.)
The servlet's init method returns a non-zero status
The servlet's init method throws a Servlet Exception
The servlet's init method sets the Servlet Response's content type to null.
The servlet's init method does NOT return within a time period defined by the servlet container