what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / rajesh
An abstract class must contain one abstract methiod while
in interface all method should be abstract.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are instance variables?
List out five keywords related to exception handling ?
Why stringbuffer is faster than string?
Explain about fail safe iterators in java?
What is a flag value?
How do you make a thread in java?
What ide should I use for java?
What is called module?
What do you understand by casting in java language?
How can we create objects if we make the constructor private ?
How can you write a loop indefinitely in java programming?
What is method in java ?
What are heap memory and stack memory and what are memory tables.
What is a finally block?
Explain the difference between abstract class and interface in java?