Java Complete Notes
Java Complete Notes
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.