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
Explain about method local inner classes or local inner classes in java?
What are the two main uses of volatile in Java?
What do you understand by the term string pool?
Explain exception chaining in java?
List out five keywords related to exception handling ?
What are static variables and functions?
Can a constructor call the constructor of parent class?
Can an interface extend another interface?
Why is java multithreaded?
How can you handle java exceptions?
What is static keyword?
Explain the difference between hashmap and hashtable in java?
What are methods?
What is meant by memory leak?
What is the difference between the font and fontmetrics classes in java programming?