What is the difference between an EXE and a DLL?
Answer Posted / ramakanth
Exe....is self executable
dll....is not self executable.it uses another dll or exe to
execute
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
How does asp.net page work?
How may clustered index we can create in table?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
How to comment out asp.net tags?
In how many ways we can retrieve table records count?
Describe the .net base class library.
What is application and session in asp.net?
How dataadapter.fill works?
How does cookies work in asp net?
What is a swagger in web api?
What is ipostback?
How do u deploy ur project?
What are different types of api?
Is session stored in browser?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?