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
Explain the working of passport authentication.
Which object encapsulates state or data of a user?
how can create login from create and written conde in asp.net
how to debug web services on consumer side?
What is asp.net mvc? : asp.net mvc
What is application and session in asp.net?
Explain swagger components.
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Difference between using directive vs using statement?
From which base class all web forms are inherited?
What is the behavior of a Web browser when it receives an invalid element?
Can we have 2 web config files?
what is a .xap file? Explain with an example.
Explain the difference between an exe and a dll?
What is session and application variable in asp net?