I am doing a mock exam from one of the free available on the net and little bit confused with this...
Which two prevent a
servlet from handling requests? Choose two.
A. The servlet's init method returns a non-zero status.
B. The servlet's init method throws a ServletException.
C. The servlet's init method sets the ServletResponse's context length to 0.
D. The servlet's init method sets the ServletResponse's context type to null.
E. The servlet's init method does not return within a time period defined by the servlet.