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

In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

1 Answers  


wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  


diffrance between stored procedure & function in sql server?

2 Answers  


How does viewstate work?

1 Answers  


what is CTS?

3 Answers   PrimeLine,


hai to all. what is the procedure for " web hosting ".If you know please message me at "yoursguna@gmail.com". Thank u...

1 Answers  


Explain the difference between asp and asp.net?

1 Answers  


How does http session work?

1 Answers  


Why do we need Sessions?

1 Answers   QuestPond,


What is the first name space in .netF/W heirarchy

3 Answers   Wipro,


i need code for insert,delete,update adn display records using stored procedure in C#

2 Answers  


Explain the difference between AutoPostBack and IspostBack in ASP.NET?

1 Answers   Sans Pareil IT Services,


Categories