
javapuru.com
Java around meTuesday, November 10, 2009. Exception Handling - Do's and Don’ts -Code for failures -Part-3. Do's and Don'ts in Exception Handling. 1 Do not suppress the exception. 2 Do catch the specific exception than the toplevel or generic exceptions. 3 Do handle the thrown exception. 4 Do not throw the irrelevant exceptions to the caller. 5 Do not handle the irrelevant exception by own. 6 Do Wrap-up the exception. 1 Do not suppress the exception. File reading code here. File reading code here. Like the above point,...
http://www.javapuru.com/