+ 5

How can to take input from user?

How can i take input from user without Scanner.

19th Aug 2017, 9:26 AM
Pankaj Bairwa
Pankaj Bairwa - avatar
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
19th Aug 2017, 9:50 AM
Iwan
Iwan - avatar
+ 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)
19th Aug 2017, 3:52 PM
Rrestoring faith
Rrestoring faith - avatar