What is a super class and how super class be called?
Answer Posted / ramakrishna challapalli
super class is a class which is inherited by sub class.
Super class methods are bu using super keyword Syntax is
super.methodname();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Java is Pass by Value or Pass by Reference?
Explain hashset and its features?
What is the difference between jdk, jre, and jvm?
How to provide security in java
How does arraylist work in java?
What is broken and continue statement?
What is the difference between a field variable and a local variable?
What does t in java mean?
What are the different data types in java?
What does the “final” keyword mean in front of a variable? A method? A class?
Why is string class considered immutable?
When is update method called?
when to use ArrayList and when to use HashMap in webApplication.
Why we override equals() method?
How many types of array are there?