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
How do you use nextline in java?
Is oracle java 11 free?
Write a java program to print fibonacci series?
What is a method in coding?
Is linked list a linear or non-linear data structure?
What is local declaration?
What is rmi and steps involved in developing an rmi object?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is the final access modifier in java?
What is a cup of java?
What happens to the Exception object after handling an exception?
How can you make a class serializable in java?
Can you sort a list in java?
Can we restart a thread already started in java?
Can a list be null in java?