Can you write Java code for declaration of multiple
inheritance in Java ?
Answer Posted / basavaraj
s....u can do....
i think u can do by..
writing innerclass n impementing interface...
class A extends B
{
class test2{
}
}
here, test2 is innerclass which can inherits the properies
of A as well as B...
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What is ioc concept?
Is the session factory thread safe?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What restrictions are placed on the values of each case of a switch statement?
Are there books about seam?
what is the use of State Factories?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Define the remote object implementation?
How is a java object message delivered to a non-java client?
What state does a thread enter when it terminates its processing?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Explain the difference between object state and behavior?
What is the purpose of the wait() method?
What is the difference between ear, jar and war file?
Java is fully object oriented languages or not?