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 java’s garbage collected heap?
What is a "pure virtual" member function?
Can you explain the meaning of aggregation and composition
Difference between string s= new string (); and string s = "abv";?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Does collectionutils isempty check for null?
Does string is thread-safe in java?
What is default constructors?
Why string is called as immutable?
What is dot operator?
What is java algorithm?
Can final class have constructor?
How many digits is int32?
What are serialization and deserialization?
How we can execute any code even before main method?