What is an exe and a dll?



What is an exe and a dll?..

Answer / Jyoti Shukla

EXE (executable) and DLL (Dynamic Link Library) are both executable files in Windows. An EXE file contains the main program code, entry point, and necessary resources to run a standalone application. A DLL, on the other hand, is a reusable library of functions that can be shared among multiple applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is namespace in .net?

1 Answers  


How boxing and unboxing occures in memory?

1 Answers  


How can I find out what the garbage collector is doing?

1 Answers  


What are the security policy levels in .Net

1 Answers  


When would you use .NET Remoting and when Web services?

1 Answers   Rolta,


What is the advantage of .net?

1 Answers  


How do we access crystal reports in .net?

1 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers   Ksb,


Describe the compilation process for .net code?

1 Answers  


Explain the difference between public and static modifiers?

1 Answers  


What is 3 tier architecture?

1 Answers  


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


Categories