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 are the navigation ways between pages available in ASP.NET?
What is server side routing?
What is a postback in asp net?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What websites use asp.net?
What is true about application service provider?
What is ashx file in asp.net?
What is state management in .net?
What are session state modes?
Explain how cookies work.
Which property is used to identify the Page is Post Back in ASP.NET?
What’s the catch?
What is ispostback method in asp.net? Why do we use that?
What are client activated objects and server activated objects?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?