[单选题]

给出下列的代码,则以下哪个选项返回true? String s="hello"; String t="hello"; char c []= {'h','e','1','1','o'};A)s.equals(t);

A.t. equals(

B.;

C.s==t;

D.t==c;

参考答案与解析:

相关试题

给出下列的代码,则以下哪个选项返回true?String s="hello";S