What do you mean by tokens?How many tokens are there?
Answers
Answered by
1
Answer:
in general , a token is an object that represents something else, such as another object ( either physical or virtual) , or an abstract concept as , for example, a gift is sometimes referred to as token
Answered by
1
Token is a functional and fundamental unit of computer program. Each individual component of a programming statement is referred to be a token. It can be defined as each individual component of a Java program in such a way that it carries some meaning and takes part in effective effective execution of the program.
The different types of tokens are:-
literals, identifiers, punctuators, separators, assignment, operators, keywords.
Similar questions