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


Please Help Members By Posting Answers For Below Questions

Explain the scope of a variable.

845


Mention a package that is used for linked list class in java.

740


What is class level lock ?

807


What is operator overloading. Is it is supported in java?

729


Why java is considered dynamic?

942


Explain about the performance aspects of core java?

771


Explain exception chaining in java?

838


Can an object subclass another object?

774


Is it possible to write a regular expression to check if string is a number?

780


Can we call thread start () twice?

710


What is import java util arraylist?

875


What is the use of private static?

781


What is type inference in java8?

797


Explain wait() method of object class ?

881


how to deploy apache tomcat server to weblogic server in java

1802