hi,
can anyone explain here the difference b/w Exceptions thrown by virtual machine or programmatically.
It's an important topic of
SCJP 5 objective 2.6. I read this topic in K&B twice but confused:
why/how ArrayIndexOutOfBoundsException is thrown by JVM and IllegalArgumentException programmatically.? Like this,why/how NullPointerException thrown by JVM and NumberFormatException programmatically?
thanks