What is the difference between an EXE and a DLL?

Answer Posted / sivaprasad

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

Note:DLL is Superset of Exe

Is This Answer Correct ?    94 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between login controls and forms authentication?

546


Explain the updatepanel?

586


Briefly describe the role of global.asax?

580


What is the extension of master page in asp.net?

551


Which namespace is used by ado.net?

571






What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

543


Explain about solution explorer window?

625


What is data reader in asp.net?

503


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

588


How to implement role based security in asp.net mvc? : Asp.Net MVC

438


What is a web pool?

588


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

1551


How can we prepairing Interview

1891


Explain the difference between singleton and single call?

537


How do I send an email message from my ASP.NET page?

537