Computer Science, asked by AneeshGhatta, 1 year ago

Name any four tokens of Java?.........

Answers

Answered by Anonymous
25
ANSWER
............

THE FOUR TOKENS OF THE JAVA ARE
.
1. RESERVE WORD

2. IDENTIFIER

3. LITERALS

4. OPERATORS

5. SEPRETORS
Answered by Anonymous
10

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:
Similar questions