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
What is internal iteration in java se 8?
What is the function of character?
How java uses the string and stringbuffer classes?
Explain about static nested classes in java?
What exceptions occur during serialization?
Why do we need variables?
Why is string builder not thread safe?
Can singleton class be serialized?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What are the main uses of java?
What is the main difference between java platform and other platforms?
What is difference between path and classpath?
What is an interface in java?
Can we compare two strings in java?
What is a dynamic array in java?