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
How do you create a master page?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is postback request?
Where is asp.net session stored?
Can we set master page as a start page?
What is a multilingual website?
Explain State management in asp.net
What is ispostback method in asp.net? Why do we use that?
What is query string with example?
What is difference between datalist and gridview?
What is the base class from which web forms are inherited?
What is the significance of finalize method in .net?
What are user controls?
How to handle errors in Web API?
What is distributed system in asp.net?