Write a program demonstrating that the order of catch blocks is important. If you try to catch a superclass exception type before a subclass type, the compiler should generate errors.
Answers
Answered by
3
Answer:
If you try to catch a superclass exception type before a subclass type, the compiler should generate errors. */. // this program will give an ...
Similar questions