Answer Posted / manikandan.s
No,Interface can't extends class.It ll throw compile time
exception.
can
class extends class
class implements interface,interface,...
interface extends interface
can't
class extends class,class
interface implements class
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the hashcode () and equals () used for?
How do you use nextline in java?
What are the advantages and disadvantages of reference counting in garbage collection?
what methods would you overwrite in java.lang.object class?
Why we go for collections in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Explain about features of local inner class?
What is a short in java?
What are the differences between string and stringbuffer?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is high level language in computer?
How do you compare objects in java?
What do you know about the garbage collector in java?
Is space a character in java?
java program with complete 4 oops concepts implemented example