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

Is math class static in java?

0 Answers  


What is parse method?

0 Answers  


Why java uses the concept of the string literal?

0 Answers  


how does multithreading take place on a computer with a single cpu? : Java thread

0 Answers  


How do you read a char in java?

0 Answers  






How can we make sure main() is the last thread to finish in java program?

0 Answers  


What is boolean logic?

0 Answers  


How many bytes is string in java?

0 Answers  


What is jit compiler ?

0 Answers  


What is difference between hash mapping and hash table?

5 Answers   NDS, Wipro,


what is polymorhism what is inheritance? what is Abstract n Interface? what if two interfaces have same method and a concrete class is implementing both the interfaces. Will there be a compilation error? What are mutable and immutable classes? How can u make a class mutable? when will u use dem ...explain with example? what is overriding and overloading? what is garbage collection? what is Thread? how do dey communicate? what are the different ways of implementing ? have u used any messaging technologies? what is synchronization? what are some additions in java 1.5? what are generics? whst is advanced for loop? what is finally block? can u have a try in finally? yes!! can u have a finally in finally? how do you write junits? when is a object eligible for garbage collection?explain? a = null and b has ref to a will b be eligible to be garbage collected? sql questions like diff joins? how do dey work? exception handling? what is marker interface? what is the need??

0 Answers   JPMorgan Chase,


Tell me the Importent classes in net package?

0 Answers  


Categories