Computer Science, asked by shwetsingh64, 4 days ago

What is a token in Java? Name two tokens.​

Answers

Answered by pariknpr
1

Java tokens are smallest elements of a program which are identified by the compiler. Tokens in java include identifiers, keywords, literals, operators and, separators

Answered by snehasru13
0

Answer:

Java tokens are smallest elements of a program which are identified by the compiler. Tokens in java include identifiers, keywords, literals, operators and, separators.

A token is the smallest element of a program that is meaningful to the compiler. Tokens can be classified as follows: Keywords. Identifiers. Constants

Similar questions