Answer Posted / neema
The StreamTokenizer class takes an input stream and parses
it into "tokens", allowing the tokens to be read one at a
time.
Reader r = new BufferedReader(new InputStreamReader(is));
StreamTokenizer st = new StreamTokenizer(r);
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is linked list a linear or non-linear data structure?
What does exclamation mean in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Is null a keyword in java?
Do we have pointers in java?
What is the use of parseint in java?
Where is const variable stored?
How do you get length in java?
Does string isempty check for null?
What is slash r?
What are the advantages of autoboxing?
What is the mapping mechanism used by java to identify IDL language?
What is a key in java?
What is a generic data type?
What is lambda in java?