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 a ashx file?
Explain server-side scripting?
What is the difference between a candidate key and primary key?
What I need to create and run an asp.net application?
Explain about Multi-Language integration?
Differentiate between a page theme and a global theme?
Is global asax mandatory?
Can any body provide me the sample web application in asp.net
What is difference between URL and URI?
Explain what are delegates?
Where can I get information on cookies in asp.net?
What are the event handlers that we can have in global.asax file?
Can one dll file contains the compiled code of more than one .net language?
Explain about Application and Session Events ?
Why cyclomatic complexity is important?