What is not the use of “this” keyword in Java?
Posted: Wed Jul 13, 2022 7:45 pm
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
b) Passing itself to the method of the same class
c) Passing itself to another method
d) Calling another constructor in constructor chaining