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 are the rules for naming an array?
What does flagged out mean?
What is the difference between instanceof and isinstance?
What is the difference between static (class) method and instance method?
How objects are stored in java?
What about static nested classes in java?
Can you change array size in java?
Is space a char?
Explain a situation where finally block will not be executed?
Which is easier netbeans or eclipse?
What is module with example?
What are the object and class classes used for?
Differentiate between stringbuffer and stringbuilder in java.
Can we create more than one object singleton class?
Are arrays primitive data types?