Which statements are BEST describe isErrorPage attribute of <%@ page isErrorPage=....%> directive?
a. Any exceptions in the current page that are not caught are sent to the error page for processing. The error page implicit object exception references the original exception.
b. Specifies if the current page is an error page that will be invoked in response to an error on another page. If the attribute value is true, the implicit object exception is created and references the original exception that occurred.
c. Specifies the MIME type of the data in the response to the client. The default type is text/html.
d. Specifies the class from which the translated JSP will be inherited. This attribute must be a fully qualified package and class name.
Answer: B
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.