How can we handle exceptions in jsp?

Showing Answers 1 - 2 of 2 Answers

padmavathi

  • Mar 17th, 2006
 

in jsp also we handle the exceptions very easily by using is errorpage and errorpage.in ur normal progrm if any exceptions are accoured at that time it goes to errorhandiling page.

  Was this answer useful?  Yes

chandra

  • Jun 22nd, 2006
 

Hi,

In JSP you can handle exception just like in servlet by useing try catch block, or you can forward the request to error page when uncaught excpetion occurs.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions