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

What is the use of placeholder control? Can we see it at runtime?

568


What is the difference between session.abandon() vs clear()?

539


What is session start?

516


How can we access static variable?

643


What is the server of asp.net?

503






What is query string in asp.net?

556


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

492


Which dll handles the request of .aspx page?

555


Can the dictionary object be created in client?s scope ?

1984


Which protocol is used in a web api?

556


What is the difference between union and structure?

498


What is the use of web.config file?

528


What is asp net application object?

535


What is the difference between ldap and active directory?

513


How do you do client-side validation in .net? How to disable validator control by client side javascript?

527