Computer Science, asked by gopspku, 11 months ago

What is the use of 'this' keyword in java
Answer in simple words

Answers

Answered by naveed21
1

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.

Answered by pavithra23
0

please click thanks for my answer

Attachments:
Similar questions