Answers

Question and Answer:

  Home  Java Classes

⟩ Sometimes a method will need to refer to the object that invoked it. To allow this, Java defines the_____ keywordA) thisB) thatC) theD) and

Ans : this.

B'coz 'this' keyword is used to point to the current object.

 147 views

More Questions for you: