Chewy interview question

How can a Java finally block never get called?

Interview Answers

Anonymous

Jul 30, 2017

If the program execution is halted or if the JVM crashes before final block then?

1

Anonymous

Oct 2, 2019

System.exit(0); A little extreem but i guess it's true.