SyntaxFix
Write A Post
Hire A Developer
Questions
array.length final property
it is public and final property. It is final because arrays in Java are immutable by size (but mutable by element's value)