- A It refers to the current instance of the class.
- B It refers to the superclass of the current class.
- C It refers to the static context of the class.
- D It refers to the object being passed as a parameter to a method.
- Share this MCQ
Answer:
A
Share this MCQ
The keyword "this" in Java refers to the current instance of the class. It is used to refer to the instance variables and methods of the current object. It can also be used to pass the current object as an argument to a method.
Click me to Read more Question & Answer of Java Interviews MCQsShare this MCQ