Computer Science, asked by divyanshthakur2k, 8 months ago

benefit of scanner class​

Answers

Answered by kartik6070
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 HarshitaNaruk
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