Computer Science, asked by kiki596, 6 months ago

write about tokens in java​

Answers

Answered by Anonymous
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