Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
How is meant by DLL ?
How is meant by DLL ?
✍: Guest
A DLL (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically. Basically it’s an external code repository for programs. Since usually several different programs reuse the same DLL instead of having that code in their own file, this dramatically reduces required storage space. A synonym for a DLL would be library.
2013-12-20, 1522👍, 0💬
Popular Posts:
What is difference between ADPATCH and OPATCH ? # ADPATCH is utility to apply ORACLE application Pat...
Can include files be nested? The answer is yes. Include files can be nested any number of times. As ...
WHat will be the result of the following code? #define TRUE 0 // some code while (TRUE) { // some co...
What is V model in testing? V model map’s the type of test to the stage of development in a project....
How you will enable front-end validation based on the xml in validation.xml? The <html:javascr...