Java String ist gleich Null
String str = new String("");
if(str == null && str.isEmpty()) {
//do whatever
}
Ten Horizons
String str = new String("");
if(str == null && str.isEmpty()) {
//do whatever
}