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
Explain constructors and types of constructors in java.
Can we nested try statements in java?
How to do a true java ping from windows?
Why do we use variables?
give an example for encapsulation?
What is tochararray in java?
What is difference between equals and hashcode method?
Can static methods access instance variables in java?
Is null a keyword in java?
How do you remove duplicates in java?
What's the default access specifier for variables and methods of a class?
Can Exception handling we can handle multiple catch blocks?
Can an interface extend a class?
What is the difference between form & report?
What is the difference between an inner class and a sub-class?