Yurttas/PL/OOL/Java/F/03/02/index page
Dr. Salih Yurttas - yurttas@zcubes.com
programming languages - design principles, implementation constructs
java
- exceptions
-
throws
clause- E00.java
[ application class with a checked exception, but throws missing! ]
[ it won't compile ] - E01.java
[ application class with a checked exception in throws list, but unhandled ] - E11.java
[ application class with a checked exception with an empty try-catch block ] - E12.java
[ application class with a checked exception with a try-catch block ] - E13.java
[ application class with a checked exception in throws list and handled ] - E14.java
[ application class with a checked exception with a try-catch block(multiple) handled ] - E15.java
[ application class with a checked exception with a try-catch block(multiple) handled (order is insignificant)]
- E00.java
-
1 | class, package, jar, bean << >> >> inheritance | 5 | 6 | 7 | 8 | 9