Answer Posted / sunil kale
no interface can't extends class, it only extends another
interface.
Class implpements interface.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is fail first in java?
What must a class do to implement an interface in java programming?
What is formatted output in java?
What sorting algorithm does javascript use?
What is a condition in programming?
Can we restart a dead thread in java?
What is the difference between preparedstatement and statement in java?
What is native code?
Which types of exceptions are caught at compile time?
Can list be final in java?
Explain the importance of thread scheduler in java?
Can we create a class inside a class in java?
What are the important features of Java 11 release?
Do I need to import java.lang package any time? Why?