write all the tokens name with examples (java)
Answers
Answered by
3
Answer:
Java supports 5 types of tokens which are: Keywords. Identifiers. Literals.
...
Operators.
Operator Examples
Arithmetic + , – , / , * , %
Unary ++ , – – , !
Assignment = , += , -= , *= , /= , %= , ^=
Relational ==, != , < , >, <= , >=
Similar questions