Improving exception handling ?
- by n00b
Hello, I am a newbie programmer and I recently started learning about exception handling in Java.
I know what try, catch and finally blocks do, but I really need to understand how to use them well and where to handle something in the call stack...
I have a project right now that involves I/O and all I'm doing is handling the exception in the…