Answer Posted / yugendar siddipet
Interface is nothing but a pure abstract class which
contains all abstract methods.a clas can implement this
interface and use accordingly.this is how java supports
multiple inheritance.
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is a return in java?
What do you understand by casting in java language?
How do I stop concurrentmodificationexception?
Java is pass by value or pass by reference? Explain
Is ruby built on java?
What is double data type?
Explain the concept of proper inheritance?
How to solve the problem of generating the unique hash keys with hash function?
Can java hashmap have duplicate keys?
What is string in java?
What is used of static keyword in java?
What is string variable?
What are byte codes?
Can you pass by reference in java?
Are arrays primitive data types?