ICSE Class 10 Computer Applications
Question 1 of 76
Revising Basic Java Concepts — Question 1
Back to all questions 1
Question Question 1
What is meant by token? Name the tokens available in Java.
The smallest individual unit in a program is called a token.
Keywords, identifiers, literals, operators and punctuators are tokens available in Java.