试题详情
- 多项选择题 String s= "hello"; String t = "hello"; char c[] = {’h’,’e’,’l’,’l’,’o’} ; Which return true?()
A、 s.equals(t);
B、 t.equals(c);
C、 s==t;
D、 t.equals(new String("hello"));
E、 t==c;
- A,C,D
关注下方微信公众号,在线模考后查看
热门试题
A、 s.equals(t);
B、 t.equals(c);
C、 s==t;
D、 t.equals(new String("hello"));
E、 t==c;
关注下方微信公众号,在线模考后查看