aspose file tools
The moose likes Beginning Java and the fly likes Exceptions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Exceptions" Watch "Exceptions" New topic
Author

Exceptions

Arun Prasath
Ranch Hand

Joined: Jul 18, 2006
Posts: 60
what are all the differences between Checked and Unchecked exceptions?
lin yic
Greenhorn

Joined: Nov 06, 2006
Posts: 11
with checked Exception,you must checked in your block or throws it.
with unchecked Exception,you can ignore it or catch it if you want.
And the unchecked Exception is the subclass of RuntimeException.
That's all
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Exceptions
 
Similar Threads
Questions from mock Exam !!!
while loop
writing from a jar
my query is successfully running in database but it is returning empty resultset in my java program
executeBatch() not executing