Is java supports multiple inheritance? explain?
Answer Posted / dhawal
Instead of multiple inheritance there is feature called
interface in java.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we change the scope of the overridden method in the subclass?
Is it possible for a yielded thread to get chance for its execution again?
Explain the importance of import keyword in java?
What is function declaration?
Which package is used for pattern matching with regular expressions?
how we can make a write-only class in java?
What is currentthread()?
What is java beans?
Can we define private and protected modifiers for the members in interfaces?
What is the difference between variable declaration and variable initialization?
What Is Query Throttling in java?
What is volatile keyword in java
What does int [] mean in java?
explain the difference between jdk and jvm?
What is use of a abstract variable?