Computer Science, asked by hibby, 1 year ago

name any four tokens of Java?

Answers

Answered by anuska2772
1
heya user
heres ur answer
1. punctuators
2. literals
3. seperators
4. identifiers

hope this helps u.
have a gud day

Answered by Anonymous
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:
Similar questions