1.

Which method returns the character at the specified index?

A. int compareTo(Object o)
B. int compareTo(String anotherString)
C. char charAt(int index)
D. int compareToIgnoreCase(String str)
Answer» D. int compareToIgnoreCase(String str)


Discussion

No Comment Found