What is Token in JAVA?
Answers
Answered by
5
Answer:
In Java language, Java tokens are the basic building blocks. They are combined to form an instruction. The smallest individual units in a Java program are known as Java tokens. Java has six types of tokens:
- Reserved Keywords
- Identifiers
- Literals
- Operators
- Separators
- White Space
Attachments:
Answered by
0
Answer:
All characters in java program are grouped into symbols called Tokens. These are the smallest individual units in a program.There are 5 categories of tokens in Java. Various language features are built from these 5 Tokens. 1. KEYWORDS
2. IDENTIFIERS
3. LITERALS
4. PUNCTUATORS / SEPARATORS
5. OPERATORS
Explanation:
HOPE IT HELPS YOU.
Similar questions