Name
Names are used to denote constructs such as variables, classes, types, and members.
Related concepts: VariableTypeClassMember
Closest Wikipedia entry: Identifier: In computer science
Misconceptions about Name8 documented Misconceptions
Check YourselfNamedTypeParameter — Java
To instantiate a generic type, for each type parameter one has to specify both the name and the type
NoReservedWords — Java
Every sequence of letters and digits starting with a letter can be used as an identifier
ObjectsMustBeNamed — Java
A variable is needed to instantiate an object
UnqualifiedNamesMustDiffer — Java
The unqualified names of different classes must be different
FunctionsMustBeNamed — JavaScript
Every function definition requires an associated name
NoReservedWords — Python
Every sequence of letters and digits starting with a letter or an underscore can be used as an identifier
ObjectsMustBeNamed — Python
A variable is needed to instantiate an object
StringLiteralNoObject — Python
One needs to call str to instantiate a str object from a string literal