Home / Report Question

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