How multipleInheritance is possible in java?
Answer Posted / anurekha
in java multiple inheritance is possible using interface.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is static class
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
Can a class have an interface?
What is a method signature java?
What do you mean by composition in java?
What about anonymous inner classes in java?
Can we define constructor in inner class?
What are JVM.JRE, J2EE, JNI?
What is the difference between and ?
What is the use of static class?
What will be the output of round(3.7) and ceil(3.7)?
What environment variables are required to be set on a machine in order to run Java programs?
Write an algorithm for quick sort?
Explain the difference between extends thread vs implements runnable in java?
How do I write a self declaration?