KnowledgeBoat Logo

Computer Applications

Distinguish between Token and Identifier

Values & Data Types Java

ICSE

128 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

83 Likes


Related Questions