Computer Applications
Distinguish between Token and Identifier
Values & Data Types Java
ICSE 2008
182 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 and so on. |
Answered By
118 Likes
Related Questions
Explain the term type casting.
Assign the following to a variable with suitable data type.
(a) m = 22 / 7
(b) p= 1.4142135 (value of square root of 2)
(c) k= 0.00004545
(d) n=24.50
Distinguish between Character and Boolean literal
Explain the term type conversion. How is implicit conversion different from explicit conversion?