Computer Science, asked by sushmitaaaa, 1 year ago

What are tokens in Java?​

Answers

Answered by Soumok
8

QUESTION:What are tokens in Java?

____________________________________

Each individual element used in Java is called token.

A Java statement may contain a number of tokens.

The tokens may be of single character or a set of characters seperated by white spaces or blanks.

⤴⤴⤴⤴⤴✔✅❤♯⤴⤴⤴⤴⤴

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