Computer Science
What do you understand by Token? Name different types of tokens used in Java.
Values & Data Types Java
14 Likes
Answer
A token is the smallest element of a program that is meaningful to the compiler. The different types of tokens in Java are:
- Identifiers
- Literals
- Operators
- Separators
- Keywords
Answered By
7 Likes