Java Reference
In-Depth Information
13.
True or False: If a parent class method declares an Exception, a child class method
overriding this parent method can declare an IOException.
14.
True or False: If a parent class method declares an IOException, a child class method
overriding this parent method can declare an Exception.
15.
All user-defined exceptions must be a child of what class?
16.
If you want a user-defined exception to be a checked exception, what class should
you not extend?
Search WWH ::




Custom Search