194k views
1 vote
State the difference between token and identifier
(computer)​

User Rikke
by
6.1k points

1 Answer

2 votes
In a Java program, all characters are grouped into symbols called tokens. ... The first category of token is an Identifier. Identifiers are used by programmers to name things in Java: things such as variables, methods, fields, classes, interfaces, exceptions, packages,
User Dmn
by
5.7k points