Programming Languages

What is the purpose of the `this` keyword in Java?

Medium
4
Added
The `this` keyword refers to the current instance of the class and is used to access class variables and methods.