0% found this document useful (0 votes)
6 views70 pages

Java Complete Notes

The document highlights an important point regarding the behavior of the 'finally' block in programming. It states that the 'finally' block will not execute if the program exits through methods like System.exit() or due to a fatal error. This information may be relevant for interview questions.

Uploaded by

Muhammad Awais
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views70 pages

Java Complete Notes

The document highlights an important point regarding the behavior of the 'finally' block in programming. It states that the 'finally' block will not execute if the program exits through methods like System.exit() or due to a fatal error. This information may be relevant for interview questions.

Uploaded by

Muhammad Awais
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 70

Scanned with

ECG3
Important point : - The finally block will not be executed if program exits(either
by calling System.exit() or by causing a fatal error that causes the process to
abort) . Sometime interviewer ask in the interview.

You might also like