Computer Science, asked by shairam885, 10 months ago

Difference between key word and identifier in java

Answers

Answered by diyarajput15
0

Answer:

keywords are predefined reserved words , which possess special meaning. each keyword defines the 'type ' declared data.

An identifier is a unique name given to a particular variable, function or label of class in the program.

Similar questions