Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain Stream Tokenizer?

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


Please Help Members By Posting Answers For Below Questions

If a class is declared without any access modifiers, where may the class be accessed in java programming?

1295


Can we write any code after throw statement?

1112


How do you do math powers in java?

1123


What is the difference between inner class and nested class?

1152


Tell me are there implementations for sorting and searching in the java libarary?

1087


What is class level lock ?

1081


How large is a boolean?

1064


State the difference between creating string as new () and literal.

1185


What are the main uses of java?

1034


Is c better than java?

1007


When should I use singleton pattern?

1086


What is the difference between numeric and integer?

1060


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

1019


What is a methodologist?

1138


What is private static in java?

1092