string array is empty java code example Example: check if array is empty java if (myArray == null || myArray.length == 0) { }