If you are using characters other than whitespaces as delimiters, you will probably want to trim the string before tokenizing; otherwise, the leading and/or following whitespaces will become part of the first and/or last token.

A. True
B. False

Respuesta :

Answer: true


Expiation: because it is important and you must trim the string before tokenizing or you know otherwise
The answer is True
hope this helped