How multipleInheritance is possible in java?
Answer Posted / aruna
Mr.Firdouse,I know that it is possible through interfaces
but i want to know how it is implemented?Can u give me a
clear answer?
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is an integer an object?
What is string literal in java?
What best practices should you follow while writing multithreaded code in java?
What is the use of pattern in java?
What is autoboxing and unboxing?
Explain a situation where finally block will not be executed?
What is keyword auto for?
What is collection sort in java?
How finally used under exception handling?
What types of index data structures can you have in java?
What is polymorphism and what are the types of it?
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).
How many types of interfaces are there?
What are the steps involved to create a bean?
What is java util list?