What is the difference between an EXE and a DLL?
Answers were Sorted based on User's Feedback
Answer / manoj
Exe file is the executable(machine language) file which is
generated after successful compilation and linking process
of a programing language.
these files are especially created under dos Environment
like ms-dos this file is treated as the exteranal command
and whenever we execute this file the dos gives control to
the exe file and lets it to do what ever has been
instructed in this file.
in contrast the .DLL file usually comes under the 32-Bit
world like windows which contains all the API(Application
program interface)funtions which are called during
execution of a program.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / kirti
You can create an objects of Dll but not of the EXE.
Dll is an In-Process Component whereas EXE is an OUt-Process Component.
Exe is for single use whereas you can use Dll for multiple use.
Exe can be started as standalone where dll cannot be.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rohit passi
1.In Exe Main() exit and in dll no Main().
2.Exe can compie and execute and dll can compile only.
3.Exe User Interface and dll is not user interface.
4.Exe is not secure and dll is secure.
From rht.passi@gmail.com
| Is This Answer Correct ? | 1 Yes | 3 No |
what is meaning of MDM in sap?let me know that meaning
what is dot net framework
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
What is the difference between save and create method of activerecord?
which worker is involved in all the phases of SDLC?
I'm new to ABAP. What is Module pool in SAP?
how pseudo column works?
Is the IT field raise again? What is the position of IT after 4 years?
give idea for creating screen in abap
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!