What is a scanner class in java?
Answers
Answered by
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
2
Please mark it as brainliest.
Attachments:
Similar questions