Solved

Which Statement(s) About the Size of a Java Array, Array

Question 60

Multiple Choice

Which statement(s) about the size of a Java array, array list, and string are true?
I. The syntax for determining the size of an array, an array list, and a string in Java is consistent among the three
II. The string uses s.size() , while the array list uses a.length()
III. The array uses a.length, which is not a method call


A) I
B) II
C) III
D) II, III

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions