Why is dll used?



Why is dll used?..

Answer / Kalpana Verma

DLL (Dynamic Link Library) is a reusable code library in Microsoft Windows. It allows multiple applications to use the same code, improving efficiency and reducing disk space.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can an int be negative c#?

1 Answers  


Is c sharp and c# are same?

1 Answers  


What is the use of giving more than one CATCH BLOCK in one TRY block? Directly we can give that catch(Exception e)?Why we go for arrayoutofbound Exception,divided by zero etc..? Explain

2 Answers  


Is array reference type in c#?

1 Answers  


What is a Jagged Array in C#?

1 Answers   Arigo Infotech,


Is null empty or whitespace c#?

1 Answers  


Integer at long type variable are not object.Support your answer with example.And explain the technique to convert from value type to reference type and vice-versa.

1 Answers   HCL,


Explain about Error handling and how this is done

1 Answers   Digital GlobalSoft,


What does addressof operator do in background ?

1 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


What is serializable in c#?

1 Answers  


What is the purpose of namespace in c#?

1 Answers  


Categories