go to previous page   go to home page   go to next page

Answer:

Yes, but you have to enclose the argument in quotes.


Running the Program

Here is an example run of the program:

C:\FiniteAutomata\Section03>java FSTtrimTest "   Spaces  in   the Argument  "
The trimmed string: -->Spaces  in   the Argument<--

C:\FiniteAutomata\Section03>

QUESTION 12:

Does Java have classes for calendar dates?