What does this print?
String a = "hello"; String b = "hello"; System.out.println(a == b);
true
false
Error
null