Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is the difference between an EXE and a DLL?
What is the difference between an EXE and a DLL?
✍: Guest
An EXE can run independently, whereas DLL will run within an EXE. DLL is an in-process file and EXE is an out-process file
2014-02-17, 2179👍, 0💬
Popular Posts:
Can you explain different software development life cycles -part II? Water Fall Model This is the ol...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
How can method defined in multiple base classes with same name be invoked from derived class simulta...
How To Create an Array in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL If you want create an ar...
How To Enter a New Row into a Table Interactively? - Oracle DBA FAQ - Introduction to Oracle SQL Dev...