this.variableName    // refers to an instance variable of the current object
this(argumentList);  // calls another constructors of the same class
this.methodName(argumentList)  // calls a method of the current object
objectName.methodName(this)   // passes the current object to a method
ClassName.methodName(this)    // passes the current object to a static method

*******************************************************

You want to see example? go to page 195!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|





Site hosted by Angelfire.com: Build your free website today!