What is a checked exception what is an unchecked exception


Problem

1. What is a checked exception? What is an unchecked exception? Give an example for each. Which exceptions do you need to declare with the throws reserved word?

2. Why don't you need to declare that your method might throw an Index Out Of Bounds - Exception?

3. When your program executes a throw statement, which statement is executed next?

4. What happens if an exception does not have a matching catch clause?

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: What is a checked exception what is an unchecked exception
Reference No:- TGS02628425

Expected delivery within 24 Hours