Default delimiter used in the Scanner class is
Answers
Answered by
0
Answer:
whitespace
Explanation:
The first method we can use to split a string into tokens is the next() method in the Scanner class, which uses whitespace as the default delimiter.
Similar questions