Q. 'this' keyword in java is ___.
β
Correct Answer: (A)
Used to hold the reference of the current object
Explanation: Java this keyword is used to hold the reference of the current object.