What is the difference between an EXE and a DLL?
Answer Posted / kunal singh
EXE(Executable file) is used when application load.
DLL(Dynamic Link Library) is used when application loaded.
DLL is Superset of Exe. That means dll file must be need exe file.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is meant by asp.net?
Explain some of the major built-in objects in asp.net
Name the namespace which is used by ado.net?
How does session state work in asp.net?
What symbol specifies the beginning of a query string?
Explain automatic memory management in .net.
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Explain the overview of asp.net?
Explain Optimization technique description?
Where can I get information on cookies in asp.net?
What are the steps to follow to host a web application on a web server?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What are the features of asp.net mvc?
What is cookies cache and session?
List down the sequence of methods called during the page load.