What is the diff. b/w Interfaces & Abstract class?
Answer Posted / poorna chandar rao.yerrabothu
in java interface having a method name its not implemented
by methods it is default abstract class not mentiond the
abstract key word
but abstract class compulosory mentioned the abstract key
word but in this abstrct class concreat methods concreat
methods means some methods are implemented some methods are
not implemented
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the Scope of Static Variable?
Does A Class Inherit The Constructors Of Its Superclass?
What are the properties of thread?
What is a map? What are the implementations of map?
when you will synchronize a piece of your code? : Java thread
Explain about oops concepts.
What is not object oriented programming?
Why declare Main() method as a static in java ?
What are different types of references?
How to use arraylist in java netbeans?
What is double checked locking in singleton?
What is java life cycle?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is rule of accessibility in java?
Give the difference between the println method and sqrt method?