What is the difference between an EXE and a DLL?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of dispose method?

556


What is viewstate information stored?

593


Explain what does wsdl stand for?

557


Define repository pattern in asp.net mvc? : asp.net mvc

492


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

606






What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

530


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

581


Who can consume WebAPI?

583


Is razor a programming language?

525


9. Why should we hire you over the others waiting to be interviewed?

2131


What does a switch do?

532


How would you turn off cookies on a page of a website?

501


What is .net remoting?

564


How do you declare static variable?

555


What is mvc in asp.net interview question? : Asp.Net MVC

487