What is use of super keyword?
Answer / Satya Narayan Dhakad
The super keyword in Java is used to refer to the parent class or object. It can be used to call a method from the parent class, access variables declared in the parent class, and create an instance of the parent class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why does java have different data types for integers and floating-point values?
What a static class can contains?
What are thread groups?
what is run time polymorphism
What are different ways of object creation in java ?
Explain Big-O notation with an example
Why all programming languages have main as a execution starting point?
Can we increase size of array?
What modifiers can be used with a local inner class?
Which class is the immediate superclass of the Container class?
Can size_t be negative?
How many threads can I run java?