this -- briefly
Commonly used to pass a reference to the current object to other methods
The this reference always refers the current object that is executing the code
Suppose you want to add the current object to a list of objects w/in a method called on that object: Service.add(this);