Day 2a : This Keyword
π‘ What is this in Java?
In Java, the keyword this is a reference variable that refers to the current object β the object whose method or constructor is being called.
Think of this as a way for an object to refer to itself.
It helps avoid confusion w...
lldwithbaijnath.hashnode.dev4 min read