Ask Questions & Get Answers at ibibo sawaal

What is the difference between catch exception e catch error err and catch throwable ?  

Asked in Computers & Technology at 9:38 AM on October 30, 2008

Tags: difference, catch, exception, error, err, throwable

! This question is closed
Report abuse
Koena Mitra
Koena Mitra
Profile | Q&A

Related Search

 

How does exception handling work in Java?

catch a specific exception that you think could be thrown in the code you are testing with the try block. You can even have multiple catch blocks to catch and execute custom code for a number of different to the user and return the user to the beginning of the program so that they could continue to use it.There are many different exceptions that can be thrown by a program, and the Java API contains quite a few

Posted in Computers & Technology by rocky singh at 3:08 AM on June 26, 2008

what is mean by exception handling?

Handling. Many modern programming language use Exception blocks to handle any exceptionerror eg. TRY .. Catch .. Finally Block.The first step in constructing an exception handler is to enclose the code that might throw an exception within a try block. You associate exception handlers with a try block by providing one or more catch blocks directly after the try block. No code can be between the end of the try

Posted in Computers & Technology by DINESH KUMAR at 3:35 PM on May 01, 2008

What is the difference between catch exception e catch error err and catch throwable t?

library to catch Throwable. In general, errors and exceptions should not be masked from the caller."...Well, the two terms differ in a big way.Exception Class catch exception Represents errorsJava Almanac has a good summary. See http://javaalmanac.com/egs/Jav a20Language/CatchThrowable.ht ml?l=new All errors and exceptions extend from Throwable. By catching Throwable, it is possible

Posted in Computers & Technology by shiv awasthi at 2:27 PM on October 14, 2008
Editor's Pick

Ask a Question

160
   Ask now

Categories

sawaal signature
sawaal free visiting card
Today's Top Experts in Computers & Technology
12 pts
12 pts
12 pts
8 pts
8 pts

View All

All time Top Experts in Computers & Technology
121734 pts
45751 pts
36995 pts
35555 pts
32215 pts

View All