What is a super class and how super class be called?

Answers were Sorted based on User's Feedback



What is a super class and how super class be called?..

Answer / 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

What is a super class and how super class be called?..

Answer / ravikiran(aptech mumbai)

A super class is the one which is capable for the display of
members and methods to make the subclass to access them.
A super class will be get called by using extends keyword in
subclass

Is This Answer Correct ?    1 Yes 1 No

What is a super class and how super class be called?..

Answer / niranjanravi

super class is the class that is inherited.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

C and C++ has constructors and distructors, why does Java does not have distructors?

1 Answers   T3 Softwares,


Is main an identifier?

0 Answers  


What is the static block?

0 Answers  


What is the difference between panel and frame ?

7 Answers   HCL, IBM, Raim Techno Solutions,


How will you calculate the depth of a binary tree if the tree contains 15 nodes?

0 Answers   Aricent,


Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.

5 Answers  


How can you read an integer value from the keyword when the application is runtime in java? example?

0 Answers   HCL,


what is the purpose of the final in the try-catch-final

7 Answers  


What is update method and when it is called?

2 Answers   TCS,


How do you break a loop?

0 Answers  


What do you mean by buffering?

0 Answers  


What is an iterator interface in java programming?

0 Answers  


Categories