Vidyalelo
Java Programming · Q66

Constructors and Methods

Programming · Java Programming · question 66

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board