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