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 a dynamic array java?
Can we convert integer to string in java?
How hashset works internally in java?
What is the Concept of Encapsulation in OOPS
What is meant by JVM? Is JVM platform independent or not?
Can we write multiple catch blocks under single try block?
Is string thread safe in java?
why java uses class level type casting ?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is multi level inheritance in java?
What is meant by object?
What is a class variable?
Mention some features of java?
What is difference between static and final?
Can we use String with switch case?