Multiple choice

Which of the following statements is 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. The javax.servlet.error.exception gives information about exception type which can be stored and analysed after storing in a java.lang.Class data type.

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

This is an incorrect statement.