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 ? | 95 Yes | 6 No |
Post New Answer View All Answers
Name the namespace which is used by ado.net?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What are different types of api?
How Can assign alias name for ASP.NET Web API Action?
Define static function?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is the difference between the response.write() and response.output.write() methods?
How to prevent client side validation from the ASP.NET validation controls?
What are the Difference between asp.net and asp ?
what is DLL Hell and how it is solved in .NET? please explain clearly??
How to implement globalization and localization in the use interface in .net.
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Do session use cookies in asp net?
Explain what is viewstate?
What is microsoft windows sharepoint services?