•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.
•Example: IOException, InterruptedException
•When it's any one of the child class is not checked in the program, then it is called partially checked.