Question d’entretien chez Chewy

How can a Java finally block never get called?

Réponses aux questions d'entretien

Utilisateur anonyme

30 juill. 2017

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

1

Utilisateur anonyme

2 oct. 2019

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