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 / madhuri

EXE file is a excutable file which runs in a seperate
process which is managed by OS,where as a DLL file is a
dynamic link library which can be used in exe files and
other dll files.
In .net frame work both are assemblies.

Is This Answer Correct ?    118 Yes 7 No

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

Answer / sivaprasad

DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable

Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable

Note:DLL is Superset of Exe

Is This Answer Correct ?    95 Yes 6 No

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

Answer / selvavelan.s

EXE file has Entry point, but in dll no Entry point.

Is This Answer Correct ?    67 Yes 9 No

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

Answer / govardhan

EXE is a Self Executable File where as dll is not self
executable file,To run dll file we need a exe file

Is This Answer Correct ?    62 Yes 7 No

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

Answer / apekshit sharma

The full form of EXE is Executable file and DLL is Dynamic
Link Library.

Is This Answer Correct ?    59 Yes 16 No

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

Answer / shahid

DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable
6)Out Process Server

Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable
6) In Process Server

Is This Answer Correct ?    35 Yes 5 No

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

Answer / ravindra singh moyal

The full form of EXE is Executable file and DLL is Dynamic
Link Library.

Is This Answer Correct ?    29 Yes 6 No

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

Answer / khushbu

exe has a main function but dll does not

Is This Answer Correct ?    27 Yes 5 No

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

Answer / ramakanth

Exe....is self executable
dll....is not self executable.it uses another dll or exe to
execute

Is This Answer Correct ?    25 Yes 3 No

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

Answer / debmalya kundu

DLL:
1)it has versioning
2)it is not self executable
3)it runs in application process memory
4)it has no entry point
5)it is reusable

Exe:
1)it is self executable
2)it has no versioning
3)it runs in own memory
4)it have main function(Entry point)
5)it is self executable

Is This Answer Correct ?    13 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

0 Answers   Hexaware, Infosys,


How we implement web farm and web garden concept in asp.net?

0 Answers  


How can we prevent an aspx page get refreshed when any information fetch from the database ?

2 Answers   Minecode,


Briefly describe the role of global.asax?

0 Answers  


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

0 Answers  


What language does asp.net use?

0 Answers  


hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder

1 Answers  


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

0 Answers  


What?s the difference between Response.Write() andResponse.Output.Write()?

2 Answers  


What is a web server? What are the load limits in it?

0 Answers   Wipro,


How does cookies work in asp net?

0 Answers  


Types of authentications in ASP.NET ?

9 Answers   Accenture, Roland, Shriram,


Categories