Computer Science, asked by samriddhi8354, 7 months ago

what does we mean by the term token .name the token available in java

Answers

Answered by Anonymous
3

Answer:

A token is the smallest element of a program that is meaningful to the compiler.

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

hope it helps ❤️

Answered by Aathir25
2

Explanation:

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

Similar questions