|
|
Consider the following code.. try{ while(true){ System.out.println("test"); } } catch(SQLException e){ System.out.println(e); } This wouldn’t even compile because SQLException is a checked exception and it isn’t being thrown from anywhere in the try block. This kind of Exceptions, are called Asynchronous Exceptions! Cool. Thanks Dr. Heinz M. Kabutz. Leave a Reply |
Popular Articles
Blog Categories
Monthly Archives
Resources
|