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
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Which containers use a border layout as their default layout?
how to use debug in my elipse to solve problems that exist in my project
How would you create a button with rounded edges?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Java is fully object oriented languages or not?
What is a sessionfactory? Is it a thread-safe object?
What is a clone?
What do you know about seam?
What event results from the clicking of a button?
What is JTS?
How many times may an objects finalize() method be invoked by the garbage collector?
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??
What is the difference between java class and bean?
What is the highest-level event class of the event-delegation model?