Superclass method does not declare an exception - Core Java
Q. If the superclass method does not declare an exception, subclass overridden method cannot declare the checked exception but it can declare unchecked exception. - Published on 10 Jul 15a. True
b. False
ANSWER: True