Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following is NOT a correct statement about arrays in Java?
The expression of an array is the name of the array followed by the index of the particular element in the square bracket.
The first element in every array has an index of zero.
Every array object knows its own length and the length of an array can always be changed.
An indexed array name is an array-access expression.
Elements of the arrays can be either primitive or reference types.
The highest index in an array is one less than the number of elements in the array.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!