how an we achive multiple inhetitance in java using
interface..??
Answer Posted / sudhir
ya,use interface make 2nd class interface and use
implements keyword for inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is private static class in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is java in simple terms?
What do you mean by byte code?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Explain an intermediate language?
What is derived datatype?
What are the supported platforms by java programming language?
What is the difference between assignment and initialization?
Explain the public class modifier?
Can a class have more than one object?
What is a nested class?
What is bytecode verifier?
Explain about method local inner classes or local inner classes in java?
How to check if a list is sorted in java?