What is difference b/w Generic List and Arraylist, Generic
List Vs HashTable, Generic List Vs No Generic? Pls Explain
with example.
Answer Posted / mani
Array list can increase and decrease size dynamically.You
donot use the REDIM keyword. You can access any item in
array using the INDEX value of the array position.
You can access array using INDEX value of array. but how
many times you know the real value of INDEX . Hashtable
provides way of accessing index using user identified key
value,thu removing the INDEX problem.
Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is mvc in asp.net interview question? : Asp.Net MVC
What is a postback url?
Mention the execution process for managed code?
Explain the significance of routing? : asp.net mvc
Can we create a multiple user simultaneously ?
What is the behavior of a Web browser when it receives an invalid element?
What is form submit?
What is validation in asp.net?
Distinguish between Server-side and Client-side code?
What is the use of global.asax file?
Explain global assembly cache.
What are the different authentication modes in asp.net?
What is difference between View State and Hidden Field in ASP.NET?
What is the displayafter property in updateprogress control?
What is different authentication mechanisms used in ASP.NET?