What is the difference between an EXE and a DLL?
Answer Posted / 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 |
Post New Answer View All Answers
Write a program to swap the content of two variables without using a third variable.
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
purpose of abstraction and interface
what is the meaning of without standing arrears?
How can we develop a multi-tier application in Java?
When we use Windows authentication mode
Write a program to find duplicate number from array in minimum time complexity.
which worker is involved in all the phases of SDLC?
can we use commit,rollback in triggers and how?
iam confused among testing ,.net and java. can anybody help me.
what is difference between input parameter and output parameter.
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
how do i add a column dynamically in a table by using java application?
what is the extension of SPDS Dynamic cluster tables?