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
what is publisher?
What is an assembly? Explain its parts.
Why web api is better than wcf?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What r the asp.net list controls and diff. Between them?
Explain transparent caching with aop?
What is Razor View Engine
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Explain about asp.net 2.0 themes?
What is session state server?
What are server-side comments in ASP.NET?
Which is faster viewdata or viewbag?
How to manage different kinds of sessions in ASP.NET?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Explain the differences between clr & cts?