Answer Posted / vijayakumar chinnasamy
There is no limit for interface extends. One interface can
extends any number of interfaces.
interface inter1 { }
interface inter2 { }
interface interN { }
interface ExtendsInterface extends inter1,inter2,... , interN {
}
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is meant by main method?
What is method in research paper?
How to use arraylist in java netbeans?
How to change the priority of thread or how to set the priority of thread?
Can the interface be final?
What are the different types of java?
What is the difference between Java1.4 and Java1.5
what is static import in java? Explain
What class of exceptions are generated by the java run-time system?
Is 64bit faster than 32 bit?
Can a class extends itself in java?
What is difference between checked and unchecked exception in java?
How can an object be unreferenced?
Explain about doubly linked list