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
Can a class have multiple constructors?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
How do you access command-line arguments within the code?
Why call by value prevents parameter value change?
Differentiate between array list and vector in java.
What are the four integer types supported by java?
What causes memory leak in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
What does || || mean in math?
what are abstract functions?
In which order the iterator iterates over collection?
What is the primitive type byte?
When arithmeticexception is thrown?
Is java same as core java?
Differentiate between == and equals().