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 is the difference between RMI and Corba?
Which class is the immediate superclass of the menucomponent class?
What is the immediate superclass of the applet class?
What if the static modifier is removed from the signature of the main method?
To identify IDL language what mapping mechanism is used?
Is jvm a overhead?
how do you Handle Front End Application data against DB with example?
Should synchronization primitives be used on bean methods?
How would you detect a keypress in a jcombobox?
What is a clone?
What is the relationship between the canvas class and the graphics class?
What modifiers may be used with an inner class that is a member of an outer class?
what are the advantages of JTA over JTS?
Why use a datasource when you can directly specify a connection details?
Which are the different segments of memory?