comment trouver la longueur du tableau de chaîne java

Int[] array={"abc", "efgh"; "ijkl";}
int lenghtOfArray = arry.length
System.out.println(String.ValueOf(lengthOfArray));
Adventurous Alligator