A lot of times in the multiple choice questions, we are supposed to make a choice between compiler error or runtime error. How to make a choice?
Sunil K Bansal
Ranch Hand
Joined: Jan 04, 2001
Posts: 62
posted
0
Originally posted by Vineet Sharma: A lot of times in the multiple choice questions, we are supposed to make a choice between compiler error or runtime error. How to make a choice?
there is nothing in it you have to remember which are runtime errors and which are compile time errors these u can learn by practice like ArrayIndexoutofBounds, ClassCastException are runtime errors and IllegalArgumentException is a Compiler error Bansal