What function does the trim() method of the String class perform?
Select the one correct answer. a. It returns a string where the leading white space of the original string has been removed. b. It returns a string where the trailing white space of the original string has been removed. c. It returns a string where both the leading and trailing white space of the original string has been removed. d. It returns a string where all the white space of the original string has been removed. e. None of the above.