What is early binding and Late binding. Difference which is
better ?

Answers were Sorted based on User's Feedback



What is early binding and Late binding. Difference which is better ?..

Answer / rakesh kamboj

Early binding:: Properties and method can be identified by
compile time.
Example: dim rs as recordset

Late binnding: Properties and method can be identified by
Run time.
Example: dim obj as classname
set obj=new classname

Is This Answer Correct ?    10 Yes 2 No

What is early binding and Late binding. Difference which is better ?..

Answer / sudhir kunnure

Early binding means one of function or type declaration
compile first then it excute.
late binding function or type direct excute at runtime

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What is asp.net architecture?

0 Answers  


What is datagrid asp.net?

0 Answers  


In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.

1 Answers  


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


What are the various authentication mechanisms in ASP.NET ?

1 Answers   Digital GlobalSoft, Satyam,






What is a session in asp.net?

0 Answers  


What is caching? What are different ways of caching in asp.net?

0 Answers  


How does asp.net page work?

0 Answers  


Can we create a multiple user simultaneously ?

0 Answers   MCN Solutions,


what is state management,what is the purpose of it,how it will be implemented in real time?

2 Answers  


Explain which is best suited place in the Application Start and Session_Start subroutines with an example?

3 Answers   Siebel,


version information is mentioned in which file

3 Answers   AG Technologies,


Categories