Computer Science, asked by BOSS12397, 10 months ago

what is this() keyword in Java programming language??​

Answers

Answered by Anonymous
1

Answer:

Keyword 'THIS' in Java is a reference variable that refers to the current object. It can be used to refer current class instance variable. It can be used to invoke or initiate current class constructor. It can be passed as an argument in the method call

Similar questions