Question:The trim() method of StringUtil Class is used:
A only to remove all white spaces from the beginning of the string.
B only to remove all white spaces from the end of the string.
C to remove all white spaces from the beginning and the end of the string.
D to remove all whitespaces in the string including those inside the string.
+ AnswerC
+ Report