Computer Science, asked by jashangill90, 1 year ago

what is a token in java​

Answers

Answered by Anonymous
2

Answer:

A small individual unit in a Java program is known as token.

Answered by pankajjha49
0

Explanation:

Tokens are the various Java program elements which are identified by the compiler. A token is the smallest element of a program that is meaningful to the compiler. Tokens supported in Javainclude keywords, variables, constants, special characters, operations etc.

Similar questions