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 an empty list in java?
How do you make a thread in java?
What is the program compilation process?
Explain java thread life cycle.
Are there structures in java?
What are the 4 types of characters?
What is the final blank variable?
What is this keyword used for?
Is an integer an object?
Explain the importance of throws keyword in java?
Can a class be private in java?
Give an example of call be reference significance.
What is a functional interface?
Where can I find jdk in my computer?
Does variable declaration allocate memory?