What is the purpose of the this keyword in Java?
this
To refer to the current class instance
To call a different constructor within the same class
To refer to the current class instance and to call a different constructor within the same class
To declare static methods