Kommentarer og notater fra forelesninger.
Generelt om Java
Komme i gang
Deklarere, tilordne, initialisere
Lage et objekt
Datatyper
Litteraler og konstanter
Array
NoenStandardMetoder
LageEgneMetoder
Konstruktør
Skriv ut
Arv
Tråder
Overriding og Overloading
Indre klasser
GUI
Exceptions
Casting
Modifiers
Identifiers
equals eller ==
Bitwise operators
Shift Operators
Ternary eller conditional operator
Short-Circuit Logical Operators
Assignment operators
Unary operators
Binary operator
Modulo operand
Garbage collection

Endel standardkode:
Decisions:
If
If - else
If elseif else

Looper:
While
Do While
For
Switch
switch