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