DEVFYI - Developer Resource - FYI

How does JSP handle runtime exceptions?

JSP Interview Questions and Answers


(Continued from previous question...)

63. How does JSP handle runtime exceptions?

Using errorPage attribute of page directive and also we need to specify isErrorPage=true if the current page is intended to URL redirecting of a JSP.

(Continued on next question...)

Other Interview Questions