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
What is the difference between dom and sax parser in java?
What is bitwise complement?
What is the default execution method in java?
Can you tell me range of byte?
Can we execute java program without main method?
What are encapsulation, inheritance and polymorphism?
Why java is called not pure object oriented language?
When is the finally clause of a try-catch-finally statement executed?
What are the major drawbacks of external iteration?
What is increment in java?
why Java does not support multiple inheritances?
What is a class component?
Can an interface be defined inside a class?
What is nan inf?
Why for each loop is used?