+ 5
How can to take input from user?
How can i take input from user without Scanner.
2 Answers
+ 6
I don't think it's possible although when you start working with GUI's, you can get input from checkboxes, textlines and buttons
+ 6
There's plenty of ways.
You can use the Console class, InputStreamReader or/and BufferedReader, or for UI you can use swings JOptionPane. (Or really any JTextField)