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
how i secure my site with the https protocol.what are the steps?
What is in-memory replication?
What class is used to create Server side object ?
Explain about thread synchronization inside a monitor?
What must a class do to implement an interface?
What is TL and its use?
Name the eight primitive java types.
What is difference between object state and behavior?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Explain phantom read?
Do I need to import javlang package any time? Why ?
What is chat area? Explain.
Define prototype?
What is a sessionfactory? Is it a thread-safe object?
What value does read() return when it has reached the end of a file?