Q4
How do you find the length of an array in Java?
A.
array.size();
B.
array.length;
AnswerC.
array.length();
D.
array.size;
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board