Q23
In Java, what is the purpose of the endsWith() method of a String object?
A.
To check if the string ends with a specified substring
AnswerB.
To add a suffix to the string
C.
To remove trailing whitespace
D.
To check if the string contains a specified character
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board