how to read a token in java
Answers
Answered by
1
Tokens are the various Java program elements which are identified by the compiler. A token is the smallest element of a program that is meaningful to the compiler. Tokens supported in Java include keywords, variables, constants, special characters, operations etc.
I don't know if you wanted definitions/examples so I hope this helped :)
Similar questions