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 inprocess and outprocess in vb
will it allow to add same value in HashMap class.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
what is runtime exception and compiletime exception ?
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
what are methods we have in connection pooling
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
How to get the index of the clicked field in reports in ABAP?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
What is the first message line that any language learning prints on the screen? and why?
How to swap two String values without using a third variable?