List of utility methods to do Array Length Get
Returns the length of the specified array.
if (array == null) { return 0; return Array.getLength(array);