What happens if an exception is not handled in a program?

By drakula david in 22 Sep 2023 | 12:40 pm
drakula david

drakula david

Student
Posts: 128
Member since: 22 Sep 2023

What happens if an exception is not handled in a program?

22 Sep 2023 | 12:40 pm
0 Likes
divas goyal

divas goyal

Student
Posts: 453
Member since: 22 Sep 2023

If an exception is not handled in a Java program, it propagates up the call stack until it is caught by an appropriate exception handler or until it reaches the top level (default exception handler), which may terminate the program.

23 Sep 2023 | 04:05 pm
0 Likes

Report

Please describe about the report short and clearly.