Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the diff. b/w Interfaces & Abstract class?

Answers were Sorted based on User's Feedback



What is the diff. b/w Interfaces & Abstract class?..

Answer / paletipatisrinu

interface contain purely undefined methods but abstract
class contain purely defined methods and undefined methods.

Is This Answer Correct ?    15 Yes 0 No

What is the diff. b/w Interfaces & Abstract class?..

Answer / parminder

Interfaces are implictly public and abstract and abstract
classes have abstract and non abstract methods

Is This Answer Correct ?    9 Yes 1 No

What is the diff. b/w Interfaces & Abstract class?..

Answer / poornachandra

empty body of in interface doesn't have any type of defined
item's but in abstract class having defined body that is
constructor

Is This Answer Correct ?    7 Yes 0 No

What is the diff. b/w Interfaces & Abstract class?..

Answer / 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

What is the diff. b/w Interfaces & Abstract class?..

Answer / lakshman

abstract class contains constructor,but interface does not.
abstract class supports all access specifier,but interface
supports only public
programmer is responsible to provide the subclass to
abstract class but interface left the implementation for the
third party vendors.
abstract class contains both abstract methods and concrete
methods but interface contains only abstract methods

Is This Answer Correct ?    3 Yes 0 No

What is the diff. b/w Interfaces & Abstract class?..

Answer / supriyo pal

There are three main differences between an interface and an abstract class:
• At the same time multiple interfaces can be implemented, but only extend one class
• an abstract class may have some method implementation (non-abstract methods, constructors, instance initializers and instance variables) and non-public members
• abstract classes may or may not be a little bit faster

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Are there any tools available in java to create reports?

5 Answers  


What is a protected void?

0 Answers  


what is anonymous class in java?

0 Answers  


How does sublist works in java?

0 Answers  


What is the purpose of main function in java?

0 Answers  


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

0 Answers  


Is alive and join method in java?

0 Answers  


What is exception and error? and what is the difference between them?

2 Answers  


Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.

2 Answers  


I want to store more than 10 objects in a remote server? Which methodology will follow?

0 Answers  


can any body tell me? does advance java and j2ee both are same.

4 Answers   CTS, Infosys,


what is the significance of listiterator in java?

0 Answers   IBS,


Categories