What is an exe and a dll?
Answer / Jyoti Shukla
EXE (executable) and DLL (Dynamic Link Library) are both executable files in Windows. An EXE file contains the main program code, entry point, and necessary resources to run a standalone application. A DLL, on the other hand, is a reusable library of functions that can be shared among multiple applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is namespace in .net?
How boxing and unboxing occures in memory?
How can I find out what the garbage collector is doing?
What are the security policy levels in .Net
When would you use .NET Remoting and when Web services?
What is the advantage of .net?
How do we access crystal reports in .net?
What is Global Assembly Cache (GAC) and what is the purpose of it?
Describe the compilation process for .net code?
Explain the difference between public and static modifiers?
What is 3 tier architecture?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?