Java
Writing Java that compiles, runs, and models a problem with objects.
The Language
Enough Java to write a program that runs and does what you meant.
Objects
Modelling a problem as types that hold their own data and behaviour.
When Things Go Wrong
Exceptions, memory, and the contract every object is held to.