Which of the following is used to determine the length of an array in Java?
arr.length();
arr.size;
arr.length;
arr.count();
This question is part of this quiz :