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
How to implement a multithreaded applet?
When do I need to use reflection feature in java?
What is substring 1 in java?
What are the different http methods?
Is it necessary that each try block must be followed by a catch block?
What is the maximum size of list in java?
What does java stand for?
How use .contains in java?
What is the difference between import java.util.date and java .util?
What is the file type?
What is a ?
How do you clear a list in java?
How many types of exception can occur in a java program?
What is the synonym of procedure?
Where is the singleton class used?