Multiple choice

Which of the following statements is/are not applicable for the exceptions in the Servlet applications?

  1. The javax.Servlet package defines the various exceptions.

  2. A ServletException is known as the generic exception.

  3. The getRootCause method returns the cause of ServletException.

  4. The UnavaiableException determines that the servlet or filter is not available.

  5. None of the above

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

All of the above are the correct statements.