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.
Exe : It is an out of process server and RUS as independent application in seperate memory. If error comes in exe, it does not affact the client application.

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.
Exe : It is an out of process server and rus as independent application in seperate memory. If error comes in exe, it does not affact the client application.



Discussion

No Comment Found