double nval field of StreamTokenizer - Core Java

Q.  Which field of StreamTokenizer if the token is a word, this filed contains the word that can be used in programming?
- Published on 21 Jul 15

a. String sval
b. double nval
c. int ttype
d. static final int TT_WORD

ANSWER: double nval

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)