this
Keyword
this
is a keyword in Java which is used as a reference to the object of the current class, within an instance method or a constructor.
Using this
you can refer the members of a class such as constructors, variables, and methods.
In general, the keyword this
is used to
|
|
|
|
this
keyword to access the members of a class: