How to handle exceptions without using try,catch,throw, and log4j?
Submitted by: Administratorin case of .net, if you are not using
try/catch/finally/throw/log4j
1. make use of Page_error method on any .aspx page to
handle error on the specfic page
2. in global.asax use application_error event handler
3. web.config, under Error - specify what need to be done
based on error code/type
Submitted by: Administrator
try/catch/finally/throw/log4j
1. make use of Page_error method on any .aspx page to
handle error on the specfic page
2. in global.asax use application_error event handler
3. web.config, under Error - specify what need to be done
based on error code/type
Submitted by: Administrator
Read Online SunOne Job Interview Questions And Answers
Top SunOne Questions
☺ | How to handle exceptions without using try,catch,throw, and log4j? |
☺ | What is swing and jsp. Where we use swings and jsp? |
☺ | What does a constructor does? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |