0

How to read the multiple lines of input data that the user enters

18th Feb 2017, 4:21 PM
SRI
2 odpowiedzi
18th Feb 2017, 5:22 PM
Kommoju Sunil Kumar
Kommoju Sunil Kumar - avatar
0
Depends on what you want to do with these lines and if they are written manually by the user. Scanner should cover most of your needs, also BufferedReader, which has its particular uses mostly related to files.
18th Feb 2017, 5:22 PM
Albert Marc
Albert Marc - avatar