Page 1 of 1

What is not the use of “this” keyword in Java?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) Referring to the instance variable when a local variable has the same name
b) Passing itself to the method of the same class
c) Passing itself to another method
d) Calling another constructor in constructor chaining