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 the purpose of the wait(), notify(), and notifyall() methods?
What is scalable, portability in the view of J2EE?
What do you mean by Socket Programming?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Will the general public have access to the infobus apis?
What is in-memory replication?
what is a portable component?
What are the purpose of introspection?
What is a class loader?
difference between ejb,struts,hibernate,spring and jsp
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Why do I get a duplicate name error when loading a jar file?
Which textcomponent method is used to set a textcomponent to the read-only state?
What modifiers may be used with an inner class that is a member of an outer class?