Multiple choice

Which of the following keywords is used in java to refer to any method of the current object?

  1. width

  2. height

  3. this

  4. static

  5. implements

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This keyword is used in java to refer to any method of the current object.