what is the difference between early binding and late binding
in .net?

Answers were Sorted based on User's Feedback



what is the difference between early binding and late binding in .net?..

Answer / venkat

Late Binding: runtime binding
Early Binding: compile time binding
as compilation is done before executing an application so
it is called early binding.

Is This Answer Correct ?    18 Yes 6 No

what is the difference between early binding and late binding in .net?..

Answer / satyambabu

early binding:-
compiler have knowledge about objects.

late binding:-
compiler doesn't have knowledge about objects.

Is This Answer Correct ?    10 Yes 4 No

Post New Answer

More Dot Net General Interview Questions

What is garbage collection and how it works ?

0 Answers  


State the various features present in .NET?

0 Answers  


Why is .net used?

0 Answers  


Why do we use the “using” statement?

0 Answers  


What is LINQ?

2 Answers   Ethos, MSP, TCS,






What is class library in .net

0 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


Difference between dispose and finallize method?

0 Answers  


what is viewstate?

2 Answers  


Tell us what is a sealed class?

0 Answers  


How many namespaces are in .net version 1.1?

0 Answers  


What is the intermediate language between asp and asp.net1.0?

0 Answers  


Categories