Answer Posted / neema
Java doesnot support multiple inheritance.
interface is a way to achieve multiple inheritance in java,
an interface contains only abstract methods and final
variables.
the class that implements the interface should define the
code for the methods
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we print null in java?
Does java support function overloading, pointers, structures, unions or linked lists?
How do you replace a string in java?
What is the original name of java?
What is Recursion Function?
How can you set the applet size?
Is constructor inherited?
How do you create a null object?
Can we make main() thread as daemon?
How many bytes is a unicode character?
What is the arraylist in java?
Which api is provided by java for operations on set of objects?
what is heap memory?
Explain creating threads by implementing runnable class?
What are the main uses of this keyword?