What is exception propagation?
Answer / Prashant Chauhan
Exception propagation in Java refers to the process of passing an exception up (or outward) the method call stack until it reaches a catch block that can handle the exception. If no suitable catch block is found, the exception ultimately terminates the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
can you program for reverse string?
What is Co-Variant return type in method overriding?
What is deserialization?
Can we have any code between try and catch blocks?
What is a boolean flag in java?
Is void a data type?
Should you use singleton pattern?
What is threaded programming and when is it used? : Java thread
What is java’s garbage collected heap?
How to use Media tracker Class.
Who is founder of java?
Is string is a data type?