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

1 Expert Approved Answer
Step: 1 Unlock

c The trim method of the Str... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Java Programming 8th Questions!