Java8 > Exceptions > Flashcards
Can a “finally” block be used without “catch”?
Yes.
Is it possible for a “finally” block NOT to be called?
Yes. If someone calls “System.exit()” or if a fatal error causes the process to abort.