Google News
logo
Java - Interview Questions
which class breaks the input into tokens using a delimiter which is whitespace by default, It provides many methods to read and parse various primitive values?
Scanner class is used to break the input into tokens, which by defaultly takes space as a delimiter.
Advertisement