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 difference between an EXE and a DLL?

Answer Posted / debmalya kundu

DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable

Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you use Web API with ASP.NET Web Form?

1201


Explain diff. Between friend and protected friend?

985


Which Is Faster MVC or ASP.net ?

1074


What is the maximum amount of memory any single process on windows can address?

1078


How can we apply themes to an asp.net application?

1081


What is break mode?

993


How to disable validator control by client side JavaScript?

1111


Explain server side state management system.

995


Can a master page have more than one contentplaceholder?

1010


What is the usie of activex control in .net?

1050


Explain a program using code nuggets to create a simple application? : asp.net mvc

1116


Which platform does Microsoft .NET use for exchanging data between applications?

1103


What is the use of response redirect in asp.net?

1102


Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?

1050


How do I open an ashx file?

1128