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
Explain the scope of a variable.
Mention a package that is used for linked list class in java.
What is class level lock ?
What is operator overloading. Is it is supported in java?
Why java is considered dynamic?
Explain about the performance aspects of core java?
Explain exception chaining in java?
Can an object subclass another object?
Is it possible to write a regular expression to check if string is a number?
Can we call thread start () twice?
What is import java util arraylist?
What is the use of private static?
What is type inference in java8?
Explain wait() method of object class ?
how to deploy apache tomcat server to weblogic server in java