Helo all,
I am a beginner in Java.I can read a integer value from the terminal using the readline method in dataInputStream.(By type casting the String value to Integer!!)I tried out with System.in.read().But,it is giving the ASCII value..Can u
tell me an another way to do that????
Thanx in advance..