If I write System.exit(0); at the end of the try block, will the finally block still execute? Ans. No. In this case the finally block will not execute because when you say System.exit(0); the control immediately goes out of the program, and thus finally never executes. - Study24x7
Social learning Network
05 Dec 2023 10:21 AM study24x7 study24x7

If I write System.exit(0); at the end of the try block, will the finally block still execute? Ans. No. In this case the finally block will not execute because when you say System.exit(0); the control immediately goes out of the program, and thus finally never executes.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles