Mastering 'this' keyword in Java.
We mostly use this keyword as a reference to the current object in a method or a constructor. In simple words, it is a reference variable that points to the current object. In the below example, this keyword is used to refer to current class object.
...
laasyasettyblog.hashnode.dev7 min read
Ritvij Kumar Sharma
Android and Backend Developer, learning and exploring new stuff everyday
Great article! Saving for future reference :)