Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between this() and super()?

Answer Posted / puneet khanna

this is used to either call another constructor of the same
class whose object is used to call a method; or whose
constructor is being used to instantiate a class.
This refers to the current object whose reference variable
is used to call method or this refers to the current object
in action,
Super refers to the immediate super class, super(); is
itself placed in the constructor of the class whose super
class doesnt has a constructor declared;for consructor
chaining mechanism.

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string english?

1073


What is a war file?

1160


What will happen when using pass by reference in java?

1044


What is the meaning of immutable regarding string?

1013


Explain the selection sort algorithm and state its time complexity?

1073


Can you explain inner class.

1140


What is vector capacity in java?

1150


Can java program run without jre?

1065


Which sorting is used in arrays sort in java?

1129


What is the difference between ArrayList and Vector? which one is better in Java

1194


What happens to the Exception object after handling an exception?

2430


Which data type is a class in java?

1053


Which methods cannot be overridden in java?

1050


What does singleton class mean?

1033


What is unmodifiable collection in java?

975