“String hi="hi"; String hello="hi"; System.out.println(hi==hello);”Java语句执行后,控制台打印的结果是
A FALSE
B 0
C 1
D TRUE