ICSE Class 10 Computer Applications
Question 3 of 32
Input in Java — Question 3
Back to all questions 3
Question Question 3
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.