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


Please Help Members By Posting Answers For Below Questions

What is the Scope of Static Variable?

942


Does A Class Inherit The Constructors Of Its Superclass?

746


What are the properties of thread?

681


What is a map? What are the implementations of map?

818


when you will synchronize a piece of your code? : Java thread

755


Explain about oops concepts.

861


What is not object oriented programming?

692


Why declare Main() method as a static in java ?

811


What are different types of references?

751


How to use arraylist in java netbeans?

731


What is double checked locking in singleton?

812


What is java life cycle?

763


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

1085


What is rule of accessibility in java?

762


Give the difference between the println method and sqrt method?

840