ICSE Class 10 Computer Applications
Question 18 of 30
Solved Sample Paper 2 — Question 18
Back to all questions 18
Question Question 1(xviii)
Read the following text and choose the correct answer:
The Java compiler breaks the line of code into text (words) is called Java tokens. These are the smallest element of the Java program. The Java compiler identified these words as tokens. These tokens are separated by the delimiters. Java tokens help the compiler. Which of the following is a type of Java token?
- Identifiers
- Keywords
- Operators
- All of these
All of these
Reason — Identifiers, keywords and operators are all tokens.