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
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Can we write any code after throw statement?
How do you do math powers in java?
What is the difference between inner class and nested class?
Tell me are there implementations for sorting and searching in the java libarary?
What is class level lock ?
How large is a boolean?
State the difference between creating string as new () and literal.
What are the main uses of java?
Is c better than java?
When should I use singleton pattern?
What is the difference between numeric and integer?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is a methodologist?
What is private static in java?