0 votes
in JAVA by
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?

1 Answer

0 votes
by
Yes but only unchecked exception not checked.
...