what does we mean by the term token .name the token available in java
Answers
Answered by
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
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