0 votes
in JAVA by

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

1 Answer

0 votes
by

Answer: A

Explanation: The ‘this’ keyword is used to refer to the current object in JavA)

...