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 difference between abstract and interface?
can i give real time example for the two topics?

Answer Posted / richa

abstract class can have some concrete methods and abstract
methods too.abstract class can use accessibility modifier
in abstract class.
but in interface all the method are abstract.In interface
no accessibility modifier is allowed by default it takes
public access modifier.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What comes to mind when someone mentions a shallow copy in java?

1164


What types of index data structures can you have in java?

1317


What is string builder in java?

1059


How do you sort in descending order in java using collections sort?

966


How thread scheduler schedule the task?

1101


What is a cup of java?

1061


What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?

1198


Can we assign integer value to char in java?

1082


Can we call virtual funciton in a constructor ?

2239


What are the different types of inheritance in java?

1040


Difference between static binding and dynamic binding?

1183


What's the difference between comparison done by equals method and == operator?

1019


Can list be null in java?

1098


What are constructors in java?

1195


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

2327