Q. What is not the use of “this” keyword in Java? (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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Passing itself to the method of the same class