1.

Which method returns a String that represents the character sequence in the array specified?

A. int compareToIgnoreCase(String str)
B. String concat(String str)
C. boolean contentEquals(StringBuffer sb)
D. static String copyValueOf(char[] data)
Answer» D. static String copyValueOf(char[] data)


Discussion

No Comment Found