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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of asp.net?

722


Explain about secure socket layer?

708


How do u deploy your asp.net application?

782


Explain the disadvantages of viewstate?

750


How can you handle exceptions in asp.net?

749


What is the purpose of url encoding?

682


What are the differnt types of handler in ASP.NET?

724


How does session work in asp net?

747


What are the new navigation controls in asp.net 2.0?

739


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

2075


Explain the difference between Repeater and Data list control in ASP.NET?

807


How long should a session id be?

731


Can you set the session out time manually?

586


What is viewstate parameter?

714


What is custom events?

770