1) What is Exception?
2) What are dangerous caused if an exception is raised?
3) What is Exception handling?
4) How to implement Exception handling in java application?
5) Hierarchy of Exception classes
6) What is an “unchecked exception”?
7) What is a “checked exception”?
8) Explain about “try” keyword?
9) Explain about “catch” keyword?
10) Develop a java application that terminates abnormally if exception is raised but not handled.
11) Modify the above application to implement Exception handling
12) Explain about “finally”?
13) Explain about “throw”?
14) Explain about “throws” in the context of exception handling?
15) What is the wrong with fallowing code?
16) What is wrong with the fallowing code? How to fix it?
17) How to fix the compilation error of the fallowing example?
18) What are the things to be considered before calling a method?
19) What is user defined exception?
20) What is the need of user defined exceptions?
21) Example program an user defined exception implementation?
22) How to supply a user defined exception to the user defined exception?
Comments
Post a Comment