What does super()represent, and how is it used in Java?
Answer Posted / 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 View All Answers
What is parsing in java?
Why parsing is done?
What is private protected in java?
What is a ternary operator in java? What is an interface?
How does a for loop work?
How dead lock situation occurs in java and how you can identify it?
What class of exceptions are generated by the java run-time system?
What is command line used for?
Why are constructors used?
What are nested classes in java?
What is java in simple terms?
What is the final keyword?
Explain features of interfaces in java?
Why webdriver is an interface?
What is the difference between compile-time polymorphism and runtime polymorphism?