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
Write a program to calculate factorial in java?
Explain about automatic type conversion in java?
How many arguments can a method have java?
Explain how to convert any java object into byte array.
What do you understand by Header linked List?
what is meant wrapper classes?
What is a map in java?
Where is the singleton class used?
What is field name?
What is jar?
What is mean by exception?
How can you handle java exceptions?
What is the driver class?
Which is easier netbeans or eclipse?
What is java oops?