Tuesday, March 10, 2009

What class of exceptions are generated by the Java run-time

Question :What class of exceptions are generated by the Java run-time
system? (CoreJava)

Answer :The Java runtime system generates RuntimeException and Error
exceptions.

No comments: