Difference between Array and ArrayList? How Array is
benifitful than ArrayList?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bhagwat prasad sharma
1+: array is the collection of similer types of elements having same name and sharing a common data type but array list having different data types with different name .
2+: array have predefined size we can not increase or decrease the size at run time but in array list we can do it at runtime the size problem in array is a big problem but this problem solve in array list you can change the size in array list dynamacally .
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / bala
Array:
Fixed size and it strongly type collection so it can not use boxing and unboxing.
Arraylist:
Flexible sise and it should strongly type collection.Then it allowed to store various data type.it can use boxing and unboxing so it be slowness for comparing to array
| Is This Answer Correct ? | 0 Yes | 0 No |
Asp.net and asp ? differences?
How to use push notification?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
0 Answers Sans Pareil IT Services,
When you use Ajax controls in the ASP.NET application?
Is overloading possible in web services?
Difference between singleton and singlecall.
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
Turn Off ASP Session State on an IIS 5.1 Web Site
what is the difference between console.writeline &console.output.writeline?
how to stop cookie in particular page using asp.net
What is a web api? Which protocol is used in a web api?
Define secured sockets layer.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)