Explain the use of this keyword in java.
Answers
Answered by
3
Keyword THIS is a reference variable in Java that refers to the current object. The various usages of 'THIS' keyword in Java are as follows: It can be used to refer instance variable of current class. It can be used to invoke or initiate current class constructor.
Answered by
2
Answer:
It is the keyword in Java.
✔️✔️✔️✔️✔️
Similar questions