In: "if (gummipw = null || gummipw.length() == 0)" Out: "if (gummipw == null || gummipw.length() == 0)" In: "if (a = null)" Out: "if (a == null)" In: "if (abc.xyz = null)" Out: "if (abc.xyz == null)"