What is a super class and how super class be called?
Answer Posted / 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 |
Post New Answer View All Answers
How do you create a sop?
Can a final variable be null?
What is loop in java?
Explain the polymorphism principle?
What is the default value of the local variables?
Can I overload to string method
Explain the scope or life time of class variables or static variables?
What is the Scope of Static Variable?
Can we assign null to double in java?
Define how does a try statement determine which catch clause should be used to handle an exception?
Can we have multiple catch block for a try block?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is java util list?
Where import statement is used in a java program?
What is the method in java?