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 MSIL code ?

3 Answers   TCS,


How do you define the lease of the object in .net?

0 Answers  


what is the default security setting in .net?

0 Answers  


Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

0 Answers  


Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?

0 Answers  






What's the use of system.diagnostics.process class in .net?

0 Answers  


Show different types of collection in .NET?

0 Answers   QuestPond,


Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


What is Flyout Design Pattern in .NET?

0 Answers   Petranics Solutions,


How viewstate is being formed and how it is stored on client in .net?

0 Answers  


Explain about managed heap?

0 Answers  


What is different between User Control and Web Control and Custom Control?

2 Answers  


Categories