What is the difference between an EXE and a DLL?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the media types of http requests and response?

512


What is state management react?

516


How do you secure your connection string information?

523


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

554


Describe the Server Control Events of ASP.NET?

661






Why do I get error message "could not load type" whenever I browse to my asp.net web site?

637


Explain client-side scripting?

577


What is s2s tracking?

542


Explain the difference between value type and reference type?

267


What is the main difference between Asp.net and Vb.net?

574


Can you change a master page dynamically at runtime? How?

511


What is server transfer?

503


Fetch one page value to another page without using state-managment ?

536


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1649


What do you mean by serialize?

559