Computer Science, asked by ooiuu, 1 year ago

What is Token in JAVA?

Answers

Answered by Anonymous
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 krishnanayak59
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