Computer Science, asked by pathakchulbuli940, 9 months ago

introdution to java identifiers​

Answers

Answered by Anonymous
1

Identifiers are the names of variables, methods, classes, packages and interfaces. Unlike literals they are not the things themselves, just ways of referring to them. In the HelloWorld program, HelloWorld , String , args , main and println are identifiers.

Similar questions