What is the identifier referring to in the context of Java?
Answers
Answered by
1
Answer:
An identifier is a sequence of one or more characters. The first character must be a valid first character (letter, $, _) in an identifier of the Java programming language, hereafter in this chapter called simply “Java”.
Similar questions