Computer Science, asked by josh1409, 3 months ago

Default delimiter used in the Scanner class is

Answers

Answered by bratatimondal2006
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