what is the difference between early binding and late binding
in .net?
Answers were Sorted based on User's Feedback
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 |
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 |
Which ports are used by virueses?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is the difference between encrypting a password and applying a hashing?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What is dot net architecture?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is a windows process in .net?
Can you write a class without specifying namespace?
Explain about the features and elements present in Visual studio.NET IDE?
Difference between machine.config and web.config?
What is a delegate in .NET?
How does linq work?