当前位置:
找题吧
>
计算机二级
[单选题]
给出下列的代码,则以下( )选项返回true。 String s="hello"; String t="hello": char c[]={'h','e','l','l','o',};
A.s.equals(t);
B.t.equals(c);
C.s==t;
D.t==c;
参考答案与解析:
相关试题