What does super()represent, and how is it used in Java?
Answers were Sorted based on User's Feedback
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 |
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 |
What is ternary operator?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Is .net better than java?
Is java good for beginners?
What is ternary operator in java?
What is a nonetype?
What is a ternary operator in java?
What is a java lambda expression?
What is the basic difference between string and stringbuffer object?
How can you read an integer value from the keyword when the application is runtime in java? example?
What primitive Java types? Howmany are they and what are their names?
How to transfer data from an Applet to Servlet ?