posted 16 years ago
Hi all,
I tried the following code:
There was a compile time error 'Unreachable catch block for FileNotFoundException. The exception is never thrown from the try block'
Same for IOException.
But when I tried to catch Exception, no compile time error was displayed! Why is that so?