What is the use of this keyword in java
Anonymous
Keyword 'THIS' in Java is a reference variable that refers to the current object. "this" is a reference to the current object, whose method is being called upon. You can use "this" keywordto avoid naming conflicts in the method/constructor of your instance/object.
Check out your Company Bowl for anonymous work chats.