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.

Related questions

0 votes
asked May 3, 2021 in JAVA by Robindeniel
0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
...