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...


11. diff b/w Dll and Exe

Answers were Sorted based on User's Feedback



11. diff b/w Dll and Exe..

Answer / yasmeen

1.EXE is an extension used for executable files while DLL is
the extension for a dynamic link library.
2.An EXE file can be run independently while a DLL is used by
other applications.
3.An EXE file defines an entry point while a DLL does not.
4.A DLL file can be reused by other applications while an EXE
cannot.
5.A DLL would share the same process and memory space of the
calling application while an EXE creates its separate process
and memory space.

Is This Answer Correct ?    5 Yes 0 No

11. diff b/w Dll and Exe..

Answer / vivek

DLL does not have an entry point
EXE files have entry point

Is This Answer Correct ?    4 Yes 0 No

11. diff b/w Dll and Exe..

Answer / manindra agrawal

The Basic difference between DLL and EXE is that
DLL is not self executable
and EXE files are the self Executables
Assembly in the .NET is in the form of DLL and EXE

Is This Answer Correct ?    3 Yes 1 No

11. diff b/w Dll and Exe..

Answer / manoj kumar

Exe file is a self executable file, which contains the main function, But dll(dynamic link library) is a library file which cant execute independently, it is a class file which do not have any main function

Is This Answer Correct ?    2 Yes 0 No

11. diff b/w Dll and Exe..

Answer / megha saxena

Difference between DLL and EXE

a.exe - a program with a single main entry point E32Main().
when the system launches a new .exe,it first creates new
process. The entry point is then called in the context of
the main thread of that process.


A dll - is a library of program code with potentially many
entry points. The system loads a DLL into the context of an
existing thread.


Both of these are executables. There are two types of dll

1) a shared dll which provides a fixed api that can be used
by one or more programs.when the system loads the
executables at runtime the required shared dll are loaded
automatically.

2) polymorphic dll - which implements an abstract api such
as a printer drives etc.it usually have a single entry point
and which allocates and contructs a derived class or some
base class associated with the dll, and they are usually
loaded explicitly by the program that requires it.

Is This Answer Correct ?    1 Yes 0 No

11. diff b/w Dll and Exe..

Answer / swap

dll can be instantiated whereas exe can not be instantiated

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Dot Net AllOther Interview Questions

What is the difference between absolute expiration and sliding-time expiration?

0 Answers   MindCracker,


how do create a repeater

3 Answers  


what is just in time compilation?

1 Answers   Six Sigma,


What is an interrupt? : Dot net architecture

0 Answers  


4. Wcf- what Asych and Sych call and how that works

0 Answers   PCS,


Explain pipelining? : .NET Architecture

0 Answers  


What is difference between Desktop, Client Server & Web based applications?

0 Answers   Infogain,


I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....

0 Answers  


what are the fundamental and common properties of .net controls?

0 Answers   Six Sigma,


Can you explain control extenders?

0 Answers  


how to change the application name?

0 Answers   Six Sigma,


What is parallel computing?

0 Answers  


Categories