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
Why java is considered dynamic?
What is java jit compilers?
What is generic class?
Why stringbuilder is not thread safe?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What are different types of references?
How do you check if a string is lexicographically in java?
What do you understand by garbage collection in Java? Can it be forced to run?
How do you sort a string in alphabetical order in java?
Why collection is called framework in java?
What is hotjava?
What is definition and declaration?
Explain parallel processing in java8?
What is user defined exception in Java?
What is a bufferedreader?