java check if not null and empty code example Example: check if string is null or empty java if(str != null && !str.isEmpty()) { /* do your stuffs here */ }