In this video we will learn what is exception propagation in java. This is one of the fundamental thing to understand in java exception handling.
When any exception occurs in a method, if it not handled, it will be thrown again to the calling method and the exception will be keep thrown till it is handled.