What does super()represent, and how is it used in Java?

Answers were Sorted based on User's Feedback



What does super()represent, and how is it used in Java?..

Answer / nashiinformaticssolutions

• super() denotes a parent or base class's current instance.
• Used to: o Call the parent/base class's default constructor

Access the base class's methods
The superclass instance is indicated.

Is This Answer Correct ?    0 Yes 0 No

What does super()represent, and how is it used in Java?..

Answer / glibwaresoftsolutions

• super() denotes a parent or base class's current instance.
• Used to: o Call the parent/base class's default constructor
Access the base class's methods
The superclass instance is indicated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can you make an instance of an abstract class?

5 Answers   Accenture,


What is an image buffer?

0 Answers  


what is meant by abstract class?

0 Answers   Aspire,


what are the major differences between jdk1.4 and jdk1.5?

2 Answers   Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,


What is main in java?

0 Answers  


What is java lang string?

0 Answers  


what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0

4 Answers   Accenture,


How do you check whether the list is empty or not in java?

0 Answers  


What are static blocks and static initalizers in java ?

0 Answers  


Can you override private or static method in java?

0 Answers  


When we can access the static data member without creating the object what is the need of the object in java.

5 Answers   Airhub, ssinformatics,


What is a method header?

0 Answers  


Categories