Which of the following methods are in java.util.List?

a. add(int index, E element)
b. get(int index)
c. set(int index, E element)
d. remove(int index)
e. subList(int fromIndex, int toIndex)


abcde

Computer Science & Information Technology

You might also like to view...

A class obtained from a generic class by plugging in a type for the type parameter is said to ________ the generic class.

a. Inherit b. Encapsulate c. Instantiate d. None of the above

Computer Science & Information Technology

A __________________ search looks through the search pool one element at a time.

a) binary b) clever c) insertion d) selection e) linear

Computer Science & Information Technology

A ______ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.

a. flexible image b. viewport c. media query d. fragment identifier

Computer Science & Information Technology

Which operator assigns a value to a string?

A. = B. += C. + D. ==

Computer Science & Information Technology