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 are the differences between stringbuffer and stringbuilder?
What is a marker interface?
How infinite loop is declared?
Explain about anonymous inner classes ?
How does finally block differ from finalize() method?
What is a qms manual?
What does int argc char * argv [] mean?
What is re-factoring in software?
What is a finally block?
What is multiple inheritance? Is it supported by java?
What is thread life cycle?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
How many decimal places is a double?
Can we call a non-static method from inside a static method?
How are the elements of a gridbaglayout organized?