InterviewSolution
| 1. |
Whats The Difference Bt. .dll Extension And .exe Extension Files? |
|
Answer» DLL : It is an inprocess server and runs in the same MEMORY SPACE as client application. Problem with dll is if any ERROR comes in dll, whole application gets crashed. DLL : It is an inprocess server and runs in the same memory space as client application. Problem with dll is if any error comes in dll, whole application gets crashed. |
|