Sprechen Sie Java: Eine Einführung in das systematische Programmieren, 4. Auflage
1. Grundlagen7 Documented Misconceptions
Check YourselfAssignmentCopiesObject
Assignment copies the object
ConditionalIsSequence
If-else is equivalent to sequence of two ifs
ForIsConditional
The body of a for statement executes at most once
IfIsLoop
The body of an if statement executes repeatedly, as long as the condition holds
IfRequiresElse
Every if statement requires an else
MultiValueVariable
A variable can contain more than one value
UntypedVariables
Variable declarations don't need a type