name any four tokens of java
Answers
Answered by
0
Answer:
identifiers, keywords, literals & operators
Answered by
0
Answer:
Tokens are smallest elements of any program which are identified by the compiler or interpreter.
Tokens of java are:
- Keywords
- Identifiers
- Constants/literals
- Operators
- Separators
- Special characters
Similar questions