How do you relate a Interface to a Class? Tell me in
Detail?
Answer Posted / ranganathkini
A class relates to an interface, in that the class
implements all the methods of the interface.
The implementing class can eiether provide a concrete
implementation of the interface's methods or provide an
abstract implementation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the r character?
How do you sort arrays in java?
Explain yield() method in thread class ?
Write a program to show whether a graph is a tree or not using adjacency matrix.
How are variables stored?
How do you escape in java?
What are untrusted applets?
Which one of the following suits the description of a string better: derived or primitive?
What does method mean?
Is java a super set of javascript?
Can we return null in java?
What is the use of string and stringbuffer?
What is an immutable class? How to create an immutable class?
What is sleep method?
What is a wrapper method?