Answer Posted / ranganathkini
A class can implement an interface by using the "implements"
clause followed by a list of interface names that it
implements. Then the class needs to implement the
interface's methods within its class body.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between synchronize and concurrent collection in java?
Can an interface have a class?
Can we sort list in java?
In java how do we copy objects?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is meant by object oriented programming – oop?
What is anti pattern in programming?
what is difference between equals and ==?
Can Exception handling we can handle multiple catch blocks?
What is number data type in java?
What is the benefit of using enum to declare a constant?
What is port number in java?
Explain the significance of listiterator.
Can we execute java program without main method?
Difference between concurrent hashmap and hashtable and collections