0 votes
in JAVA by

What are checked exceptions in Java?

1 Answer

0 votes
by

Checked exception are those which the Java compiler forces you to catch. e.g. IOException are checked Exceptions.

Related questions

+1 vote
asked May 30, 2020 in JAVA by Robindeniel
0 votes
asked Jul 1, 2023 in JAVA by sharadyadav1986
...