Does finally always execute in Java?
The finally block always called in Java. But if you call System.exit(), the finally block will not be called.
Post Answer
Preview:
Ads