Multiple Choice
All of the following are methods of the ArrayList class except:
A) length()
B) size()
C) set()
D) get()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: You can plug in a primitive type
Q14: A generic class can be instantiated as
Q15: To place an element in an ArrayList
Q17: The remove(Object theElement)method of the ArrayList class
Q18: To use the Java class ArrayList,you must
Q20: A/An _ can change the length while
Q23: Class and method definitions that include parameters
Q24: What are the three main disadvantages of
Q26: What is a parameterized class?
Q30: The definition of a parameterized class is