Computer Science, asked by siddharthbishnoi, 1 year ago

name the token available in Java?

Answers

Answered by sakshi9995
3
Keywords, variables, constants , special characters, operations,etc are the tokens available in Java
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:
Similar questions