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
Explain heap sort?
What will happen if a thrown exception is not handled?
What is null statement?
What is the purpose of extern variable?
What is a treeset class?
What is the access scope of a protected method?
What is substring in java?
What are the 7 types of characters?
Explain about member inner classes?
What is the difference between abstract classes and interfaces?
What is join () in java?
How do you declare an empty string?
What is namespace in java?
What are functions in java?
Can a class have 2 constructors?