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 an intermediate language?
What happens if an exception is not handled in a program?
Can list be null in java?
Why string is a class?
What do you understand by abstract classes?
What do you understand by a Static Variable?
What is the difference between member variables initialization and assignment in a constructor?
What do you mean by inner class in java? Explain
What’s a deadlock?
Is java 1.7 the same as java 7?
Does constructor be static?
What is a superclass?
What is the purpose of an interface?
What is the basic concepts of OOPS?
What are the advantages of packages in java?