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 %20 in a url?

0 Answers  


What are the file extensions for razor views?

0 Answers   NA,


Is asp.net and .net are same or different?

0 Answers  


What are the advantages of using session?

0 Answers  


How can we register exception filter globally?

0 Answers  






What is the difference between appsetting and connectionstring tags in web.config file

2 Answers   HCL, TCS,


how to integrate Language conversion, without asking the enduser to download font, it should auto integrate

1 Answers  


How do you implement Paging in .Net ?

1 Answers  


How do I know asp.net mvc version? : Asp.Net MVC

0 Answers  


How we implement web farm and web garden concept in asp.net?

0 Answers  


Why Web Services?

1 Answers  


What is a SESSION and APPLICATION object?

0 Answers  


Categories