Interview Questions

What is the difference between an EXE and a DLL?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What is the difference between an EXE and a DLL?

An EXE can run independently, whereas DLL will run within an EXE. DLL is an in-process file and EXE is an out-process file

(Continued on next question...)

Other Interview Questions