benefit of scanner class
Answers
Answered by
1
The Scanner class can parse the underlying stream for primitive types and strings using regular expressions. It can also tokenize the underlying stream with the delimiter of your choice and also do forward scanning of the underlying stream disregarding the delimiter.
Answered by
0
Answer:
The Scanner class can parse the underlying stream for primitive types and strings using regular expressions. It can also tokenize the underlying stream with the delimiter of your choice and also do forward scanning of the underlying stream disregarding the delimiter.
Similar questions