Difference between Array and ArrayList? How Array is
benifitful than ArrayList?
Answer Posted / vanitha g
1)An array can be of any data type and contain one data
type while array list can contain any data type in the form
of the object.
2)With array you can not dynamically increase or decrease
the size of array dynamically. You must the define the size
of the array. You can change the size of the array with
redim statement but still you have to define type. While
with array list you can make list of any sizes. When a
element or object is added to array list it size is
automatically increase the capacity of the array list.
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is viewstate? In which event of the page life cycle, is the viewstate available?
How Can assign alias name for ASP.NET Web API Action?
Explain the use of errorprovider control in .net?
Why would anyone need to implement their own hashtable or linked list?
What is strong-typing versus weak-typing?
What are the benefits of Razor View?
What are the two Layouts supported by a Web form in ASP.NET?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How can we provide the WebParts control functionality to a server control?
Is asp.net web forms dead?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is Model-View-View Model?
What is viewstate in asp net with example?
Differentiate between globalization and localization.