what is difference between .dll and .exe files?

Answer Posted / milind patil

dll means "Dynamic Link Library". Exe means "Executables"
.Exe
1. These are outbound file.
2. Only one .exe file exists per application.
3. .Exe cannot be shared with other applications.
4. .Exe Can Run On its own
.dll
1. These are inbound file .
2. Many .dll files may exists in one application.
3. .dll can be shared with other applications.
4. .dll cannot Run on its own

The DLL is an inprocess component but exe is outprocess
component. When system launches an exe, a new process is
created , for DLL a new process is not created.

DLL is a WIN 32 LIBRARY file, whereas the exe is a WIN32
executable file.

DLL can be reused and versioned. DLL reduces storage space
as different programs/files can use the same dll.

DLL does not have a main function. DLL binding occurs at
runtime. That is why its called "Dynamic Link" library.

EXE has a single main entry point.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which type of casting enforces type safety

3240


Find the maximum stress intensity in the section?

1544


hey,,,hi have taken an emergency date of 21st july...i was continuously checking for dates n i was not able to get a normal date n my school is starting from 8th of september...so plz tell me can i get a rejection based on this, that i have taken an emergency date?????

1347


IS THE SAMPLE POINT OF LPG SPHERE TANK PEFOR OR AFTER BUMP?

1594


what is a structure in c language?

1350






defference between menu and context menu in vb.net?

2364


What is the key element of Defect Report and Test case format?

1174


write a program to reverse a string using recursive function without using str functions.

1936


hi,i came to US to pursue my masters in computer information technology.Can i do my masters the first 6months in US and the rest 9 months course from INDIA through online education

1368


what is the need of constractor explain with sutable progarmming example

1425


hi, i applied for AIRPORTS AUTHORITY OF INDIA for the post of AIR TRAFFIC CONTROLLER(ATC)..so plz send me the sample questions to my id...88arun@gmail.com

1630


What are annotations? What are assertions? why they are used why not if-else?? what is normalization? what is QuickSort? what are Avl trees?

1819


If you had a cylinder, sealed at both ends, with the pressure rising inside, would it blow at the end or split along the side first?

1722


Write a program to input 10 elements in an array and seperate even and odd numbers, positive and negative between them ?

1369


difference between w2k and win xp....

1360