Q15
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
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board