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