News

JDK 7 provides two new and better mechanisms for handling exceptions commonly thrown when using Java reflection. The new ability to catch multiple exceptions with a single catch clause is ...
Top 10 Java Exception handling best practices. Here are the top 20 Java exception handling best practices software developers should follow: Be careful what you log. Don’t bury thrown exceptions. Use ...