Is java supports multiple inheritance? explain?
Answer Posted / samuelj/samsjjj@gmail.com
java does not support Multiple inheritance so we can use
Interface
interface contains the abstract methods
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is lexicographically smallest string?
Can we have a try block without catch block?
What is the meaning of I ++ in java?
When should we create our own custom exception classes?
Is there a case when finally will not execute?
What is yield () in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is multithreading in java?
How big is a gigabyte?
Is set ordered?
What is the static method?
What is the use of arrays tostring () in java?
What are the types of arrays in java?
How do you sort in descending order in java using collections sort?
Can we sort hashset in java?