Computer Science, asked by janashin28, 1 year ago

what is Java token in Java ​


janashin28: odhisha rourkela
mohitraj1984: okay
janashin28: and your
mohitraj1984: Kolkata
janashin28: ooo
mohitraj1984: hmm
janashin28: your name
janashin28: my Janashin parwin
janashin28: what do you Mean

Answers

Answered by Anonymous
9

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:

sspavankumar97: Thanks man
Answered by cyrusbishop
5

Answer:

Token can be defined as each individual component of a Java program in such a way that it carries some meaning and takes part in the effective execution of the program.

Explanation:

We know that a computer program is a set of statements. A statement is composed of various components. Each individual component of a programming statement is referred to be a Token.

Similar questions