Vidyalelo
Data Structure · Q4

Arrays in Data Structures

Programming · Data Structure · question 4

Q4

How do you find the length of an array in Java?

A.
array.size();
B.
array.length;
Answer
C.
array.length();
D.
array.size;

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board