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 advantages and limitations of query string?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How does output caching work in ASP.NET?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Explain about asp.net caching?
How to find last error which occurred?
How do I send an email message from my ASP.NET page?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Explain the difference between response.redirect vs server.transfer
What are the various types of validation controls provided by asp.net?
What is a query string in a url?
What is a multilingual website?
What is the parent class of all web server control?
What is application session?
What is the difference between web config and machine config files?