java list null or empty code example Example: how to check if a list is empty java if (list != null && !list.isEmpty()) { do something }