Difference between Active Exe and Dll ?

Answers were Sorted based on User's Feedback



Difference between Active Exe and Dll ?..

Answer / lily antony

EXE is ae executable file, while Dll is not. Dll cannot be
used independantly.

The Dll is a reusable component which can be referred by a
EXE.

Is This Answer Correct ?    4 Yes 0 No

Difference between Active Exe and Dll ?..

Answer / manoj singh

1. EXE can run independaly ,while dll can not.
2. An exe can contain manu dll, dll are supprting files
containing all information.

Is This Answer Correct ?    3 Yes 1 No

Difference between Active Exe and Dll ?..

Answer / sanjeev singh

EXE is a executable file independaly.whenever Dll is not
Executable file independaly but Dll is executable file with
the help of EXE.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Types of caching. How to implement caching?

2 Answers   Microsoft,


Why session management is required?

1 Answers  


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

1 Answers   eMids,


What is the request flow used for asp.net mvc framework? : asp.net mvc

1 Answers  


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


What is the main difference between a static page and a dynamic page?

2 Answers  


To wrap up a call to a Web service the standard used is..?

1 Answers   Siebel,


Contrast OOP and SOA. What are tenets of each ?

1 Answers  


What is session and cookies in asp.net?

1 Answers  


What is the difference between Debug.Write and Trace.Write? When should each be used?

2 Answers   Infosys,


What is web.config and machine.config ?

3 Answers   Collabor, NDPL, TCS,


What are runtime hosts?

4 Answers   Microsoft,


Categories