Computer Science, asked by Anonymous, 2 months ago

What is an identifier ? What is the identifier forming rule of Java?​

Answers

Answered by Anonymous
3

Answer:

Identifiers are those which are used to name variables.. RULES: 1.It should start with a dollar sign ,underscore. 2. The digits can be of range from 0-9, but should not start with numbers.

Explanation:

Similar questions