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