The Project: Java discovery of the Day

Jan 02, 2014 13:39


Originally published at Lord Andrei's Blog. Please leave any comments there.

Important Java tip: In a try-catch-finally block, finally is always called. Do not assume that you are in finally because your try threw an exception. Cleaning up resources that you built in try during finally will really make your program fail.

learning, project, syntax, java, the project, work, theproject

Previous post Next post
Up