Will a Java program reach the finally block if you return from the try block?
Sigiloso
If finally wasn't called then it would be more apt to call the keyword 'perhaps' The only conditions for which it wouldn't be called are if the JVM crashes or if you call System.exit