
Homework_10
2020. 5. 19. 21:12
📌 java/Object-oriented Programming
OOP Lab 10 Due Date: May 22, 23 : 59 I. Objectives 1. Learning the structure of Exception Handling. 2. The five key words in Exception handling structure: try, catch, finally, throws and throw keywords 3. Learning the difference between Checked Exceptions and Unchecked Exceptions. II. Questions(20 points) 1. Answer the following questions after executing the code in Fig11.3 (refer the slide) A. ..