ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Can we handle exceptions in Struts programmatically?

Yes we can handle exceptions in Struts programmatically by using try, catch blocks in the code.

[java]

try {

// Struts code

}

Catch (Exception e) {

// exception handling code

}

[/java]

Related Posts Plugin for WordPress, Blogger...
Flag Counter