Assignment
To assign means to store a value in a variable.
Related concepts: ValueVariable
Closest Wikipedia entry: Assignment (computer science)
Misconceptions about Assignment16 documented Misconceptions
Check YourselfAssignCompares
= compares two valuesAssignmentCopiesObject
Assignment copies the objectAssignmentNotExpression
An assignment a=b is not an expressionExpressionAssigns
An expression that reads a variable also updates its value after the evaluationLocalVariablesAutoInitialized
Local variables are automatically initializedMustInitializeFieldInConstructor
Constructors must assign values to all fieldsThisAssignable
One can assign to thisVariablesHoldExpressions
= stores an expression in a variable