DRAFT
Observed
this is a special field in the object
this is a special local variable in the stack frame
There is no this variable in the object.
There is a this
as special kind of local variable. It exists in a stack frame of an instance method and points to the object the method operates on.
Follow us on twitter to hear about new misconceptions.