what is meant by a token? Name the tokens available in java.
Answers
Answered by
6
Answer:
Tokens are the various Java program elements which are identified by the compiler and separated by delimiters. The delimiters are not part of the tokens. A token is the smallest element of a program that is meaningful to the compiler. The compiler breaks lines into chunks of text called tokens.
Explanation:
hope this will help u
Answered by
8
question = what is meant by a token? Name the tokens available in java.
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.
Explanation:
mark as brainiest
Similar questions