Computer Science, asked by foxee2005, 10 months ago

what are identifiers . what is the identifier forming rule of java​

Answers

Answered by sanjeevanigaikwad24
4

Explanation:

variables are example of identifiers .identifiers are names given to identify something.The rest of the identifier The rest of the identifier name can consist of letters .

An identifier in Java can denote a variableor method or class name or package or an interface. An identifier allows the Programmer to refer the value from a different part of the program.

Similar questions