Answer Posted / asrinivas rao
In java a class can implement interface using "implemnts"
keyword.the methods defined in the interface need to be
implemented in the class which implments the respective
interface,otherwise the class becomes has an Abstract class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the features in java?
What is the purpose of sizeof operator?
What do you mean by ternary operator in java?
Why stringbuilder is not thread safe in java?
How do you clear a list in java?
How can we run a java program without making any object?
What is Garbage Collection in Java
What is mnemonic in assembly language?
Explain when classnotfoundexception will be raised ?
How do you use equal in java?
Can you call one constructor from another if a class has multiple constructors?
What is a singleton in genetics?
What is classname class in java?
What are the differences between c++ and java?
What is the function of log?