Originally posted by RAGU KANNAN:
Hello Folks,
There is any Tip�s to easily identify the exceptions are related to either RuntimeException or Exception.
Because these are the large list. I don�t know how to remeber this on the exam.
Thanks, Raghu.K
There is no need to remember different Runtime exceptions (unchecked) and checked exception. When you do lots of coding, automatically everything gets clear. There are some exceptions related to
Thread which are confusing, best way is understand them by code instead of just memorizing them.
Naseem
[ August 07, 2006: Message edited by: Naseem Khan ]