Question: Which statement about the trim() method of the String class is true? Select the one correct answer. (a) It returns a string where the leading
Which statement about the trim() method of the String class is true?
Select the one correct answer.
(a) It returns a string where the leading whitespace of the original string has been removed.
(b) It returns a string where the trailing whitespace of the original string has been removed.
(c) It returns a string where both the leading and trailing whitespace of the original string has been removed.
(d) It returns a string where all the whitespace of the original string has been removed.
(e) None of the above.
Step by Step Solution
3.37 Rating (153 Votes )
There are 3 Steps involved in it
c The trim method of the Str... View full answer
Get step-by-step solutions from verified subject matter experts
