Multiple choice

What is the use of isErrorPage attribute of page directive?

  1. It is used to declare that the current page is the error page.

  2. It is used to define the error page.

  3. It is used to redirect to the error page if the in case of exception occurs.

  4. All of the above

  5. Both (1) and (2)

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

This is true about isErrorPage attribute .