String a = \"Hello\\u200e\"; String b = \"Hello\\u200f\"; System.out.println(\"a = \'\" + a + \"\' and b = \'\" + b + \"\' are length \" + a.le
Because the character sequences are not identical. Just because it appears the same on the console does not mean the objects are identical.