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...

difference between Abstract and Interface?

Answer Posted / ravi raj

Abstract Class:
---------------
1.abstract class contain the abstract and non-abstract methods
2.abstract class contain static and non-static variables
3.through abstract class we can get 0-50% abstraction in java
4. if any class declared as a abstract i.e abstract class
5. we wont create instance for this class.
6. we cont make final for this class.

Interface :
-----------

1. Interface contains only abstracted methods.
2. it allows only static and final variables.
3. interface is by default abstracted and public.
4. through interface we get 100% abstraction.
5. we can solve the multiple threading in interface.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about thread synchronization inside a monitor?

2495


What is ripple effect?

1033


Can I run seam outside of jboss as?

1045


Can I run seam with jdk 1.4 and earlier?

951


What is a class loader? What are the different class loaders used by jvm?

1067


Difference between new operator and class.forname().newinstance()?

1097


how to use debug in my elipse to solve problems that exist in my project

2236


What is the difference between java class and bean?

1039


Define prototype?

1011


Is a class a subclass of itself?

1147


What classes of exceptions may be caught by a catch clause?

994


Can I import same package/class twice? Will the jvm load the package twice at runtime?

1097


How to determine SGA site?

2488


the same information whether it will connect to the database or it will be used previous information?

1004


How many times may an objects finalize() method be invoked by the garbage collector?

1055