Answer Posted / pramod p deore
No, an interface can extends only other interface.
Interface can not extends a class or abstract class.
1) a class can implements an interface but does not extends
interface.
2) interface can extends other interface but does not
implemets other interface.
3) a class can extends other class but does not implements
other class.
| Is This Answer Correct ? | 60 Yes | 0 No |
Post New Answer View All Answers
Why is static used?
Will minecraft java be discontinued?
Difference between serialization and deserialization in java?
Explain the difference between intermediate and terminal operations in java8?
What is the file type?
what is the difference between the methods sleep() and wait()? : Java thread
What are the supported platforms by java programming language?
How to solve the problem of generating the unique hash keys with hash function?
What are different access specifiers in java? Explain
Difference between association, composition and aggregation?
Can a serialized object be transferred via network?
Can memory leak happen java?
What does provide mean construction?
What is a condition in java?
What is overriding in java?