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
Which authentication uses a combination of windows and iis authentication?
How to find last error which occurred in Asp.net ?
Can we set master page as a start page?
Can a master page have more than one contentplaceholder?
Briefly describe the role of global.asax?
Is oauth for authentication or authorization?
What are the server controls in asp.net?
Where session id is stored?
What is ashx file in asp.net?
How many types of sessions in asp.net?
What is a 404 redirect?
What are server-side comments in ASP.NET?
What is difference between session and application in asp net?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Is asp.net web forms dead?