MCQOPTIONS
Saved Bookmarks
| 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) | |