What is the difference between an EXE and a DLL?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find last error which occurred in Asp.net ?

693


What is the life cycle of an asp.net page?

536


What are the file extensions for razor views?

690


What is meant by web application?

556


What is aspect-oriented programming?

553






Is react a template engine?

527


Difference between overriding and overloading?

708


Explain State management in asp.net

635


Where the cookie value is stored?

515


Is asp.net easy to learn?

561


What is the default authentication mode for asp.net?

571


What is active web pages?

517


Describe Segmentation With Paging?

640


When we use cookie less session? Explain its working?

573


What is view state management in asp net?

472