What are tokens in Java?
Answers
Answered by
8
QUESTION:What are tokens in Java?
____________________________________
Each individual element used in Java is called token.
A Java statement may contain a number of tokens.
The tokens may be of single character or a set of characters seperated by white spaces or blanks.
⤴⤴⤴⤴⤴✔✅❤♯⤴⤴⤴⤴⤴
Answered by
4
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:
![](https://hi-static.z-dn.net/files/d98/8a79f676c938c84fe7e935c5abc42411.png)
Similar questions
History,
8 months ago
History,
8 months ago
Math,
1 year ago
Science,
1 year ago
Social Sciences,
1 year ago