what is the difference between early binding and late binding
in .net?
Answer Posted / 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 |
Post New Answer View All Answers
Explain Creational design pattern in .NET?
Please explain what do the terms “boxing” and “unboxing” mean?
What is namespaces in .net?
Why do we use msmq?
Explain me what is the difference between an abstract class and an interface?
What is Finalizer in .NET define Dispose and Finalize ?
What do you mean by Code Access Security in .NET?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
Can a try block have more than one catch block?
What is the use of design pattern?
Explain the difference between task and thread in .net?
What is a variable of implicit type and what is its scope?
Is there built-in support for tracing?
Explain what is mutex?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application