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
How would you detect a keypress in a jcombobox?
Explain about RMI Architecture?
Is infobus easy to use?
What is prototype?
What are the pros and cons of detached objects?
What are transaction attributes?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Why are some of the class and element names counter-intuitive?
What are the services in RMI ?
How can I scroll through list of pages like the search results in google?
How database connectivity in XML is achieved?
What value does readline() return when it has reached the end of a file?
Is the session factory thread safe?
What is clustering? What are the different algorithms used for clustering?
What is meant by method chaining?