Can you write Java code for declaration of multiple
inheritance in Java ?
Answer Posted / raghu
Hi yes multiple inheritance is possible in Java through
interface.
class A extends B implements interface 1....n
interface a extends interface b.... n.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What happens when a thread cannot acquire a lock on an object?
Can I have an action without a form?
What is glasgow?
What is the relationship between local interfaces and container-managed relationships?
How task's priority is used in scheduling?
What is bean? Where can it be used?
Difference between new operator and class.forname().newinstance()?
What is the argument type of a programs main() method?
How would you detect a keypress in a jcombobox?
What is a modular application?
What is ioc concept & explain it?
What is the difference between session and entity beans?
What modifiers may be used with an inner class that is a member of an outer class?
Explain phantom read?
Why won’t the jvm terminate when I close all the application windows?