what is the differance between .DLL & .EXE

Answer Posted / khushboo1320

.EXE is an extension used for executable files while DLL is the extension for a dynamic link library.
2.An EXE file can be run independently while a DLL is used by other applications.
3.An EXE file defines an entry point while a DLL does not.
4.A DLL file can be reused by other applications while an EXE cannot.
5.A DLL would share the same process and memory space of the calling application while an EXE creates its separate process and memory space.

Read more: Difference Between EXE and DLL | Difference Between http://www.differencebetween.net/technology/difference-between-exe-and-dll/#ixzz57iuiMQAG

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you create a master page?

651


Why we are using mvc instead of asp.net? : Asp.Net MVC

603


What is postback request?

635


Where is asp.net session stored?

564


Can we set master page as a start page?

649






What is a multilingual website?

658


Explain State management in asp.net

701


What is ispostback method in asp.net? Why do we use that?

703


What is query string with example?

602


What is difference between datalist and gridview?

667


What is the base class from which web forms are inherited?

621


What is the significance of finalize method in .net?

637


What are user controls?

660


How to handle errors in Web API?

735


What is distributed system in asp.net?

638