what is Java token in Java
janashin28:
odhisha rourkela
Answers
Answered by
9
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
5
Answer:
Token can be defined as each individual component of a Java program in such a way that it carries some meaning and takes part in the effective execution of the program.
Explanation:
We know that a computer program is a set of statements. A statement is composed of various components. Each individual component of a programming statement is referred to be a Token.
Similar questions