Computer Science Canada

getting input

Author:  con.focus [ Mon Dec 05, 2005 10:27 am ]
Post subject:  getting input

wut is the easiest way to get input fromm java

Author:  Tony [ Mon Dec 05, 2005 10:36 am ]
Post subject: 

input from Java? so like... output?
code:

System.out.println(data);

Author:  con.focus [ Mon Dec 05, 2005 11:00 am ]
Post subject: 

no what i meant was getting input fro the user w/o using JOptionPane

Author:  wtd [ Mon Dec 05, 2005 11:02 am ]
Post subject: 

Ummm... using System.in, preferably wrapped in a BufferedReader?

Author:  con.focus [ Mon Dec 05, 2005 11:02 am ]
Post subject: 

can u show me ?

Author:  wtd [ Mon Dec 05, 2005 11:05 am ]
Post subject: 

Try reading some of the tutorials here. Or try Googling for "getting input from the user in java". The first several answers are just what you're looking for.


: