string java é igual a nulo
String str = new String("");
if(str == null && str.isEmpty()) {
//do whatever
}
Ten Horizons
String str = new String("");
if(str == null && str.isEmpty()) {
//do whatever
}