Computer Applications

Distinguish between Token and Identifier

Values & Data Types Java

ICSE 2008

182 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

118 Likes


Related Questions