Computer Science
Differentiate between Token and Identifier
Values & Data Types Java
69 Likes
Answer
| Token | Identifier |
|---|---|
| A token is the smallest element of a program that is meaningful to the compiler. | Identifiers are used to name things like classes, objects, variables, arrays, functions an so on. |
Answered By
24 Likes