Answer Posted / kishor
No,
Interface extends one or more interfaces.
but not class or classes.
class extends class, but not classes.
class implements one interface , more interface..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about oops concepts.
Can we define private and protected modifiers for variables in interfaces?
How do I enable java in safari?
Give a brief description of java socket programming?
Explain different states of a thread in java?
Tell me the latest versions in java related areas?
Is java a compiler?
Is it possible to instantiate the abstract class?
How are this() and super() used with constructors in java programming?
what are the methods in object?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Why does java not allow multiple public classes in a java file ?
What is a dynamic array java?
What is the difference between multiple processes and multiple threads?
How do you check if an arraylist is not empty?