A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

Fully and partially checked exceptions

•A fully checked exception is said to be when its all child classes in the program is fully checked.
•Example: IOException, InterruptedException


•When it's any one of the child class is not checked in the program, then it is called partially checked.

LEARN TUTORIALS

.

.