Is the following the complete list of Unchecked exceptions for
SCJP 5.0 purposes?
* ArithmeticException
* ClassCastException
* ConcurrentModificationException
* IllegalArgumentException
* IllegalMonitorStateException
* IndexOutOfBoundsException
* NullPointerException
* NumberFormatException
Also, is it better to memorize just the unchecked exceptions and consider everything else checked to make things easier for study? I am only asking for the SCJP 5.0 purposes.
Thanks
[ May 30, 2006: Message edited by: Firas Zureikat ]