Home »
MCQs »
Java MCQs
'this' keyword in java is ___
30. 'this' keyword in java is ___.
- Used to hold the reference of the current object
- Holds object value
- Used to create a new instance
- All of these
Answer: A) Used to hold the reference of the current object
Explanation:
Java this keyword is used to hold the reference of the current object.