Java interview question shorts 19 - What is exception propagation in java ?

Опубликовано: 28 Апрель 2026
на канале: Selenium Express
17,510
941

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.