What is the use of ‘this' keyword in java?

Submitted by: Muhammad
The ‘this' keyword is widely observed in all java codes and scripts, and it, in fact, is a reference variable which is used by programmers to refer to the current object in use. The method of the current class can be suitable invoked using the ‘this' keyword. The java compiler implicitly adds the keyword to the method, if you do not specify the same.
Submitted by: Muhammad

Read Online Java Game Developer Job Interview Questions And Answers