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 skeleton and stub? What is the purpose of those?
Differece between class and generic class?
What is native code?
How many bits are in a sentence?
What is adapter in java?
What is data member in java?
What is indexof?
Is cout buffered?
Which number is denoted by leading 0x or 0x in java?
How do you implement singleton class?
What is final class?
What is the default value of float and double datatype in java?
What is a function in programming?
How do you ensure that n threads can access n resources without deadlock?
What is constructor chaining in java?