Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Tuesday, May 6, 2008

What is the difference between an EXE and a DLL?

1) We can create an objects of Dll but not of the EXE.
2) Dll is an In-Process Component whereas EXE is an Out-Process Component.
3) Exe is for single use whereas we can use Dll for multiple use.
4) Exe can be started as standalone where as a Dll cannot be.

No comments:

Archives