Is java supports multiple inheritance? explain?
Answer Posted / samuelj/samsjjj@gmail.com
java does not support inheritance so we can use Interface
interface contains the abstract methods
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are parsing rules?
What are drawbacks of singleton class?
What happens if we override only equals?
Are arrays dynamic in java?
What is difference between call by value and call by reference?
What is passing parameters in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Why are lists ordered in java?
Can we convert stringbuffer to string?
Is string is a data type in java?
What are the five major types of reference sources?
Can we make main() thread as daemon?
What is a Transient Object?
What are static blocks and static initalizers in java ?
Explain about the select method with an example?