what is a token in java
Answers
Answered by
2
Answer:
A small individual unit in a Java program is known as token.
Answered by
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