Question: What is Identifier ?
Ans: identifier refer to the name of variable , name of class, methods and so on.
Example:
int a = 4;
Question: What is Identifier ?
Ans: identifier refer to the name of variable , name of class, methods and so on.
Example:
int a = 4;
Comments
Post a Comment