Finally will be called even if an exception was thrown in Try block.
The only time finally won't be called is if you call System.exit() or if the JVM crashes first.