| Author |
What is the purpose of using this command?
|
bobby Varghese
Greenhorn
Joined: Feb 12, 2009
Posts: 6
|
|
BufferedReader stdin = new BufferedReader
|
 |
amitabh mehra
Ranch Hand
Joined: Dec 05, 2006
Posts: 98
|
|
For efficiency purpose.. this is a wrapper... Chk the docs:
http://java.sun.com/j2se/1.4.2/docs/api/java/io/BufferedReader.html
|
 |
bobby Varghese
Greenhorn
Joined: Feb 12, 2009
Posts: 6
|
|
|
Thank you...Amithabh
|
 |
 |
|
|
subject: What is the purpose of using this command?
|
|
|