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
Is constructor inherited?
Can constructor be inherited?
What is the exact difference in between Unicast and Multicast object?
How do you change an int to a string?
Can You Have Virtual Functions In Java?
Explain about exception propagation?
What is function overriding and overloading in java?
Explain notify() method of object class ?
Is string a wrapper class?
What are the differences between stringbuffer and stringbuilder?
What is instance means in java?
What is the use of java?
Can an interface be final?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Which package is used for pattern matching with regular expressions?