若String s = "hello";  String t = "hello";  char c[] = {'h','e','l','l','o'} ; 则下列哪些表达式返回false?(    )

若String s = "hello";  String t = "hello";  char c[] = {'h','e','l','l','o'} ; 则下列哪些表达式返回false?(    )

A、s.equals(t);

B、t.equals(new String("hello"));

C、t.equals(c);

D、s==t;

本站整理有大量高等教育、资格考试类试题答案,Ctrl+D收藏备用!

答案解析