What is the purpose of the ‘this’ keyword in Java?
A) To refer to the current object
B) To create a new object
C) To refer to a static variable
D) None of the above
Answer: A
Explanation: The ‘this’ keyword is used to refer to the current object in JavA)