write about tokens in java
Answers
Answered by
0
Answer:
The tokens are the small building blocks of a Java program that are meaningful to the Java compiler.
...
Types of Tokens.
Operator Symbols
Unary ++ , - - , !
Assignment = , += , -= , *= , /= , %= , ^=
Relational ==, != , < , >, <= , >=
Logical && , ||
Similar questions