Pregunta de entrevista de Altimetrik

Output problem: try { int num = 10 / 0; } catch (Exception exception) { System.out.println("Catch block"); System.exit(0); } finally { System.out.println("Finally block!"); }