Chapter 1
Chapter 1
Introduction To Java
(Review)
Java Virtual
Machine
Any
Computer
Exception
Error
IOException RunimeExcepton
Advanced Programming RVU Comp.Science Dept.
33
Exception Handling…
❖ Java’s Built-in Exceptions
❖ Java defines several exception classes inside the standard package
java.lang.
❖ The most general of these exceptions are subclasses of the
standard type RuntimeException.
❖ Since java.lang is implicitly imported into all Java programs,
most exceptions derived from RuntimeException are
automatically available.
❖ Java defines several other types of exceptions that relate to its
various class libraries.
❖ Following is the list of Java Unchecked RuntimeException.
A. A2 Valid
B. _123abc Valid
C. Abc_ac Valid
D. $_a Valid
E. 123a Invalid
F. -a Invalid
G. _a Valid