string java sama dengan 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
}