What is multiple inheritance & can we implement it in java?
Answer Posted / madhan kumar.s
multiple inheritance means more base class to one derived
class.java does not support multiple inheritance
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How hashset works internally in java?
Can I override protected method in java?
Which collection is ordered in java?
How does the java compiler work?
What is an immutable object? How do you create one in java?
What is the difference between iterator and enumeration ?
What is the difference between final, finally and finalize() in java?
Can an interface extend a class?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
How do you check if two strings are equal in java?
Define class?
Write a method that will remove given character from the string?
What are the differences between processes and threads?
What is stringwriter?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).