SyntaxFix
Write A Post
Hire A Developer
Questions
The length of an array is available as
int l = array.length;
The size of a List is availabe as
List
int s = list.size();