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
can rmi and corba based applications interact ?
Describe 2 different ways to concatenate two strings.
What is this keyword in java?
how does the run() method in runnable work? : Java thread
What is the difference between sleep and wait in java?
Explain constructors and types of constructors in java.
What are the application of stack?
Why we do exception handling in java and how many types of exceptions are there?
What is difference between public static and void?
What is classes in java?
What is the use of singleton?
What is the reason behind using constructors and destructors?
What is a priority queue java?
what invokes a threads run() method? : Java thread
What are the differences between graph and tree?