Programming - Inner Classes - Discussion

You Are Here :: Home > JAVA > Inner Classes - Discussion

 



Q.

The ______________ reference is the way an object can pass a reference to itself to some other code.                         


A. this B. final
C. super D. static

Answer: Option A
Explaination:

 


The this reference is a reference to the currently executing object.It is the way an object can pass a reference to itself to some other code.




Discussion

Your Comments Goes here...
NameDiscussion