Computer Science, asked by jayu3100, 1 year ago

What is a scanner class in java?

Answers

Answered by aileeenn
4

The java.util.Scanner class is a simple text scanner which can parse primitive types and strings using regular expressions.Following are the important points about Scanner − A Scanner breaks its input into tokens using a delimiter pattern, which by default matches whitespace.

Answered by abhishek2679
2

Please mark it as brainliest.

Attachments:
Similar questions