0

how to get input data in java without Scanner method

another method in java

12th Oct 2018, 6:41 PM
venkateshwaran
venkateshwaran - avatar
2 Réponses
+ 1
You can use args [] of main method. But you can't use it on SoloLearn
12th Oct 2018, 7:11 PM
Daniele Bonomi
Daniele Bonomi - avatar
+ 2
You can process the bytes yourself using System.in which provides this interface: https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html
12th Oct 2018, 8:40 PM
John Wells
John Wells - avatar