Beginner Java
Q38 / 100

What does the this keyword refer to?

Correct! Well done.

Incorrect.

The correct answer is C) The current object instance

C

Correct Answer

The current object instance

Explanation

this refers to the current object instance and is used to distinguish instance variables from local variables with the same name.

Progress
38/100