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:
| A penny for your thoughts, and half a penny for your land |