

MCQOPTIONS
Saved Bookmarks
1. |
Which is the exception or error that is thrown if a non-existing command-line argument is referred to in a Java program? |
A. | StackOverflowError |
B. | IndexOutOfBoundsException |
C. | ArrayIndexOutOfBoundsException |
D. | ArithmeticException |
Answer» D. ArithmeticException | |