0
how to get input data in java without Scanner method
another method in java
2 Answers
+ 1
You can use args [] of main method. But you can't use it on SoloLearn
+ 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