Ciąg Java jest równy NULL

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