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
what is session in java?
Explain access specifiers?
What is immutability in java?
What are the fileinputstream and fileoutputstream?
Where is the find and replace?
Tell me are there implementations for sorting and searching in the java libarary?
Why put method is used?
Can a final variable be manipulated in java?
What happens if a constructor is declared private?
What is string intern in java?
How do you make an arraylist empty in java?
What is numel matlab?
What is a superclass?
Name component subclasses that support painting in java programming?
How transient variable is different from volatile variable?