Altimetrik interview question

Output problem: String a = "Hello"; String b = new String("Hello"); System.out.println(a == b);