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,
In the HelloWorld program,
HelloWorld
, String
, args
, main
and println
are identifiers.