Questionsforum
What is super and this in java?

What is super and this in java?



On 2014-06-13 07:07:09.0
brajeshkumar


  1. Both super and this are the referencing pointer to the super class and current class object.
  2. Scope of this is restricted to the current class where for super scope is restricted to the immediate super class.
  3. Both cannot be stored in any other reference variable.
  4. this are used in the constructor chaining.


On 2014-06-13 11:00:26.0
sushant

copyright@questionsforum.net