Answer Posted / janet
A super class is a class that is inherited where as sub
class is a class that does the inheriting.
| Is This Answer Correct ? | 58 Yes | 16 No |
Post New Answer View All Answers
If try block is successfully executed, Then Is Finally block executed?
Can we declare a constructor as final?
Which is easier netbeans or eclipse?
What are the string methods in java?
What is logical variable?
How do you input a string in java?
Can you call one constructor from another if a class has multiple constructors?
What is remote method invocation (rmi)?
How are multiple inheritances done in Java?
What are some alternatives to inheritance?
Difference between operator overloading and function overloading
What is the full meaning of java?
What is the difference between a factory and abstract factory pattern?
What is the difference between checked exception and unchecked exception?
Explain the transient field modifier?