Difference between token and identifiers?Give easy points please?
Answers
Answered by
2
In a Java program, all characters are grouped into symbols called tokens. Larger language features are built from the first five categories of tokens (the sixth kind of token is recognized, but is then discarded by the Java compiler from further processing).
rafimallickgals:
Identifiers
Similar questions