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
Can we sort array in java?
Can you declare a private method as static?
What is the use of java?
What is an array in java?
How is a structure different from array ?
Explain the difference between abstract class and interface in java?
What is null in java?
Can long be null in java?
What is a double vs float?
Why to use nested classes in java?
What is the covariant return type?
What is the difference between the prefix and postfix forms of the ++ operator?
Difference between class#getinstance() and new operator ?
What is difference between throw and throws ?
What is class and object in java?