Can a class inherit the constructors of its superclass?
Answer Posted / kamala
In the overriding concepts subclass can inherit or get the
parentclass constructor using the super keyword
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Explain, java is compatible with all servers but not all browsers?
Difference between throw and throws?
Why doesn't the java library use a randomized version of quicksort?
How to handle a web browser resize operation?
What does the “static” keyword mean?
What is externalizable?
What is a finally block? Is there a case when finally will not execute?
What is the difference between scrollbar and scrollpane?
What is final?
Is double bigger than float?
Explain the reason behind ending a program with a system.exit(0)?
What is mnemonic code?
What is a ternary operator in java? What is an interface?
Give reasons supporting that string is immutable.
What is update method called?