11. diff b/w Dll and Exe

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can implement drag and drop using atlas?

564


What is the access level of the visibility type internal?

593


I want to create a project like google maps how can we do that with atlas?

477


how to create applications by using Visual Studio 2012?

571


What is .net transaction?

472






Name some changes done since version 3.0?

547


What is code access security (cas)?

562


What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?

506


Explain the race around condition? : Dot net architecture

476


What is cache coherency? : Dot net architecture

484


What is the mesi? : Dot net architecture

536


What is msil, and why should my developers need an appreciation of it if at all?

529


What is the use of web.config?

599


What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile

520


What is the difference between primary & secondary storage device? : Dot net architecture

519