what is difference between interface and abstract class..?
Answer Posted / kumar
Interface:
1)It will contain only abstract methods
Abstract Class:
1)Any class can be declared an abstract class ,but if a
class contains an abstract method it should be declared as
an abstract class.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are memory tables?
What is immutable data?
In case of inheritance what is the execution order of constructor and destructor?
Explain the transient field modifier?
Difference between collection, collection and collections in java?
What is incompatible types in java?
How would you format a date in java? I.e. In the ddmmyyy format?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
Is void a return type?
How to handle a web browser resize operation?
What is the common usage of serialization?
Tell us something about set interface.
What does n mean in java?
What is the difference between instanceof and isinstance?
Program to Find the second largest element in an array.