ICSE Class 9 Computer Applications
Question 7 of 13
Input in Java — Question 7
Back to all questions 7
Question Question 7
What are delimiters? Which is the default delimiter used in the Scanner class?
A delimiter is a sequence of one or more characters that separates two tokens. The default delimiter is a whitespace.