Q66
What is not the use of "this" keyword in Java?
A.
Passing itself to another method
B.
Calling another constructor in constructor chaining
C.
Referring to the instance variable when local variable has the same name
D.
Passing itself to method of the same class
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board