在线名词解释大全
专业、全面、易懂的全领域名词百科

有以下代码;Strings="hello";Stringt="hello";charc[]={'h','e','l','l','o'};下列选项中返回false的是:

题型:单选题
选项
A.   s.equals(t);
B.   t.equals(c);
C.   t.equals(new String("hello"));
D.   s==t
正确答案:B