Computer Science, asked by shivaramdhanush, 10 months ago

what are identifiers in java program

Answers

Answered by Anonymous
0

identifiers are the variables..which is used to assign constants..It is a type of token

Answered by cyrusbishop
0

Answer:

Identifiers are fundamental building blocks of a program and are used as the general terminology for the names given to different parts of the program such as variables, object, classes, functions, arrays and many more.

A value assigned to variable sets itself in the memory location named with the variable in a program.

Similar questions