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
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is arraylist class in java?
How do you sort data in java?
How do you escape in java?
What is merge sort in java?
what is meant wrapper classes?
What is a platform?
What is string in java is it a data type?
How do you use find and replace?
Explain the differences between abstraction and encapsulation?
What are unchecked exceptions in java?
How do you sort an array in java?
Does .length start 0 java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
How do you reverse a string in java without using string buffer?