MCQOPTIONS
Saved Bookmarks
| 1. |
Which field of StreamTokenizer if the token is a word, this filed contains the word that can be used in programming? |
| A. | String sval |
| B. | double nval |
| C. | int ttype |
| D. | static final int TT_WORD |
| Answer» C. int ttype | |