问题 单项选择题

给出下列的程序段,则哪个选项返回true ( )
String s="hello";
String t="hello";
char c[]='h','e','l','l','o';

A.equals(t);

B.Lequals(c);

C.s==t;

D.t==c;

答案

参考答案:A

问答题 简答题
问答题