This keyword in java
This keyword is a reference variable that refers
the current object in java. This keyword can be
used for call current class constructor.
Why use this keyword ?
• The main uses of this keyword is to
differentiate the formal parameter and data
members of class,
• http://www.tutorial4us.com/java/java-this-
keyword

This keyword in java

  • 2.
    This keyword injava This keyword is a reference variable that refers the current object in java. This keyword can be used for call current class constructor.
  • 4.
    Why use thiskeyword ? • The main uses of this keyword is to differentiate the formal parameter and data members of class, • http://www.tutorial4us.com/java/java-this- keyword