I believe this is because by default StreamTokenizer only allows word which have characters that are letters. You can change them by using the wordChars() method. If you are going to do something...