Hi. I am new in forum. I want to know what the difference is between Dynamic link library
(DLL) and Executable file (EXE). If you have any information then let me know that. Thanks in advanced.
Hi. I am new in forum. I want to know what the difference is between Dynamic link library
(DLL) and Executable file (EXE). If you have any information then let me know that. Thanks in advanced.
DLL:
• DLL stands for Dynamic Link Library.
• DLL is in-process componen
• it is not self executable
• it runs in application process memory
Exe:
• EXE stands for Executable file
• Exe is out process component
• it is self executable
• it runs in own memory
Bookmarks