name the token in java { }
Answers
Answered by
1
Answer: Dear Mate !
Explanation:
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 this answer helps you.
Please mark this answer as brainliest answer.
Answered by
0
Answer:
Java has the following types of token :
1.keywords
2.identifiers
3.punctuators
4.operators
Similar questions