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
What does += mean in java?
What is java volatile?
What is the length of a string?
Define linked list and its features with signature?
Can we override compareto method?
What is args length in java?
What is procedure overloading?
What is the purpose of tostring() method in java?
What is public static void main?
What are the drawbacks for singleton class?
Define how objects are stored in java?
What are java annotations?
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).
What is the use of runnable interface?
What do you mean by ternary operator in java?