1.

Default delimiter used in the Scanner class is

Answer»

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.



Discussion

No Comment Found