Quantcast
Channel: Basics of Java and Cloud Computing!! » C++
Viewing all articles
Browse latest Browse all 7

Exceptions in Java

$
0
0
An exception is an abnormal condition that arises in a code sequence at run-time. Exception is a run-time error. Exceptions are Java objects. All exceptions are derived from java.lang.Throwable class. A checked exception is a sublcass of Throwable but not

Viewing all articles
Browse latest Browse all 7

Trending Articles