Computer Science, asked by pROParthYT, 4 months ago

What is the benefit of using Scanner class in Java?

Answers

Answered by dilkus13117
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.

Explanation:hope it helped.....mark brainliest

Similar questions