Results 1 to 1 of 1
Thread: Runtime Exceptions
-
Runtime Exceptions
As a Java developer, you must have encountered runtime exceptions. Runtime exceptions do not need mandatory exception handling which means no need for try .. catch block. They are thrown as they occur.
RuntimeException is subclass of Exception. Subclasses of RuntimeException can be found at: Java 2 Platform SE v1.4.2
Common examples of RuntimeExceptions are:
IndexOutOfBounds, ArithmeticException, BufferOverflow etc.
Similar Threads
-
How to use chained exceptions
By Java Tip in forum java.langReplies: 0Last Post: 04-04-2008, 02:50 PM -
Better way to handle exceptions
By javaplus in forum Advanced JavaReplies: 2Last Post: 01-16-2008, 06:47 PM -
question regarding exceptions..
By SCS17 in forum New To JavaReplies: 3Last Post: 11-17-2007, 09:31 AM -
how to handle exceptions
By paty in forum Advanced JavaReplies: 2Last Post: 08-05-2007, 04:17 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks