Saved Bookmarks
| 1. |
Default delimiter used in the Scanner class is |
|
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. |
|