I\'m a Java rookie and I was wondering, if I have the following typical Java code
public class MyApp { public static void main(String[] args) { try {
Yes, the finally block will always be run, unless there is a crash of the JVM (very rare, but that can happen).