What does super()represent, and how is it used in Java?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between preemptive scheduling and time slicing?
Can we restart a thread already started in java?
Can we increase array size dynamically in java?
What are the differences between this and super keyword?
What are assembly attributes?
What is a heavyweight component?
Write a program to print the pattern given below
What does string mean in java?
Is 0 a prime number?
What is the base class in java from which all classes are derived?
Can java object be locked down for exclusive use by a given thread?
How many bits is a char?
What is the intersection and union methods?
What is the protected method modifier?
How many bits is a word?