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;

时间:2022-11-01 13:59:04 所属题库:SCJP程序员认证考试题库

相似题目