M
Mithil
Hello everyone,
I am using the following line to get input from the user in the
command prompt.
BufferedReader dis = new BufferedReader(new
InputStreamReader(System.in));
The program does nothing until the user enter a value into it, is it
possible to use threads and do more work while waiting for the input.
If so how can I do it any code examples would be great
Thanks in advance,
Mithil
I am using the following line to get input from the user in the
command prompt.
BufferedReader dis = new BufferedReader(new
InputStreamReader(System.in));
The program does nothing until the user enter a value into it, is it
possible to use threads and do more work while waiting for the input.
If so how can I do it any code examples would be great
Thanks in advance,
Mithil