Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between an EXE and a DLL?

Answers were Sorted based on User's Feedback



What is the difference between an EXE and a DLL?..

Answer / anshu sharma

An Exe is executable program,dll(dynamic link library)is a file that can be loaded and executed by the program dynamically. basically it is an external code repository for program, since usually several different program reuse the same Dll.
*)Dll has no main function but Exe has main function
*)Dll is in-process component & Exe is out process component
*)Exe is executable in its own environment but Dll need another exe to execute

Is This Answer Correct ?    3 Yes 1 No

What is the difference between an EXE and a DLL?..

Answer / vaishu

DLL(Dynamic Link Library) which contains a set of functions
that will be linked to the application dynamically at
runtime. EXE (Executable file)is a common file executing
OS,MS programs...

Is This Answer Correct ?    1 Yes 0 No

What is the difference between an EXE and a DLL?..

Answer / krishna mohan

The Anatomy of a DLL
Dynamic linking is a mechanism that links applications to
libraries at run time. The libraries remain in their own
files and are not copied into the executable files of the
applications. DLLs link to an application when the
application is executed, rather than when it is created.
DLLs may also contain links to other DLLs.

Note Many times, DLLs are placed in files with different
extensions such as .EXE, .DRV or .DLL.

Applications and DLLs can link to other DLLs automatically
if the DLL linkage is specified in the IMPORTS section of
the module definition file as part of the compile or you
can explicitly load them using the Windows LoadLibrary
function.

ece is a excutable file


By Krishanamohan From T.T.plaace 7 C.P. new delhi

Is This Answer Correct ?    1 Yes 0 No

What is the difference between an EXE and a DLL?..

Answer / kunal singh

EXE(Executable file) is used when application load.
DLL(Dynamic Link Library) is used when application loaded.

DLL is Superset of Exe. That means dll file must be need exe file.

Is This Answer Correct ?    2 Yes 2 No

What is the difference between an EXE and a DLL?..

Answer / bollasrinivasarao

EXE is executable file contains main()method and self executableand inprocessserver
Dll is dynamic link library contins no main method()and noself executable fileand outprocess server

Is This Answer Correct ?    1 Yes 1 No

What is the difference between an EXE and a DLL?..

Answer / shweta

The .exe are outbound fils
The .dll inbund files
.exe cannot share with other application
.dll can be share with other application

Is This Answer Correct ?    0 Yes 0 No

What is the difference between an EXE and a DLL?..

Answer / saiprasanna

similarities:both are three letter words...

differences:lexicographically dll is first and exe is second...

Is This Answer Correct ?    1 Yes 6 No

What is the difference between an EXE and a DLL?..

Answer / manab

The full form of EXE is executable file,AND The full form
of DLL is Data Link Library.

Is This Answer Correct ?    14 Yes 83 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between session object and application object?

0 Answers  


Explain how asp.net different from asp?

0 Answers  


How ASP and ASP.NET page works.

3 Answers  


What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version

3 Answers   DELL, Soham,


Why asp.net mvc is better than asp.net? : Asp.Net MVC

0 Answers  


How to implement form based authentication in asp.net application?

0 Answers  


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

0 Answers  


Write a code for passing ArrayList in Web API?

0 Answers  


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

0 Answers   Siebel,


Which is the namespace used to write error message in event Log File?

1 Answers  


What’s the difference between asp.net web forms and asp.net mvc?

0 Answers  


Asp.Net Source :- In my project i have gridview control - item template. Its have asp:button control. my requirement is while click this button i need to display some alert message. Could you please help me which gridview event i need to write source code? Please give me a quick response. Thanks

6 Answers  


Categories