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