Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeTextbooks
Java
ssj4
Grundlagen

Sprechen Sie Java: Eine Einführung in das systematische Programmieren, 4. Auflage
1. Grundlagen

7 Documented Misconceptions

Check Yourself
Misconception
AssignmentCopiesObject
Assignment copies the object
Misconception
ConditionalIsSequence
If-else is equivalent to sequence of two ifs
Misconception
ForIsConditional
The body of a for statement executes at most once
Misconception
IfIsLoop
The body of an if statement executes repeatedly, as long as the condition holds
Misconception
IfRequiresElse
Every if statement requires an else
Misconception
MultiValueVariable
A variable can contain more than one value
Misconception
UntypedVariables
Variable declarations don't need a type

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors