Solved

The E Get(int Index)method of the List Interface Should Throw

Question 3

Multiple Choice

The E get(int index) method of the List interface should throw an exception if


A) the index passed to it is negative
B) the index passed to it nonnegative
C) the index passed to it is negative or greater or equal to the size of the list
D) the index passed to is negative or greater than the size of the list

Correct Answer:

verifed

Verified

Related Questions