KnowledgeBoat Logo
|

Computer Applications

Distinguish between Token and Identifier

Values & Data Types Java

ICSE 2008

183 Likes

Answer

TokenIdentifier
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

119 Likes


Related Questions