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
How to perform binary search in java?
What is difference between checked and unchecked exception in java?
What are examples of modifiers?
what is inner class in java?
Which class should you use to obtain design information about an object in java programming?
What is a java string?
Why is stringbuffer faster than string?
What is yield () in java?
Is heap stored in ram?
What is the function of static in java?
Write a program to search a number in the given list of numbers.
what is mutual exclusion? : Java thread
What are java packages? What's the significance of packages?
How do you declare an array in java?
Where local and global variables are stored?