In Java, what is the purpose of the endsWith() method of a String object?
A. To check if the string ends with a specified character
B. To append a character to the string
C. To check if the string starts with a specified character
D. To check if the string contains a specified substring
Answer: Option A
Join The Discussion