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 is the difference between JDK and JVM?
What does escaping a character mean?
What is assembly condition codes?
How to reverse a string in java?
Can an interface implement another interface?
What are the loops in java?
How do you reverse a word in java?
Why main method is static in java?
Can we write multiple catch blocks under single try block?
What is java and why do we need it? Explain
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is the difference between a loader and a compiler?
What is the differences between c++ and java? Explain
How do you write a good declaration?
What is remote method invocation (rmi)?