News

I recently wrote that the chapter in Effective Java devoted to exception handling has been one of the most influential software development chapters I have read.
Should I catch java.lang.Exception ? A: Handling all runtime exceptions and checked exceptions declared by a given method is not sufficient to build the ultimate defense against external failures.