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 primitive data type in java?
Is array an object in java?
State two differences between C and Java.
What is a substring of a string?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is the purpose of checked and unchecked exceptions in JAVA?
Can we sort a map in java?
Can singleton class be cloned?
What is externalizable interface?
Is nullpointerexception checked or unchecked?
What is a bubble sort in java?
Can we catch more than one exception in single catch block?
What is used of static keyword in java?
Can list have duplicates in java?
What is a boolean flag in java?