Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
List out the differences between Array and ArrayList in C#?
Home
C Sharp
List out the differences between Array and ArrayList in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
List out the differences between Array and ArrayList in C#?
array-in-c#
arraylist-in-c#
array-in-c-sharp
arraylist-in-c-sharp
c#-arraylist
c#-array
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Array stores the values or elements of same data type but arraylist stores values of different datatypes.
Arrays will use the fixed length but arraylist does not uses fixed length like array.
Related questions
0
votes
What is the difference between Array and Arraylist?
asked
Apr 9, 2020
in
C Sharp
by
GeorgeBell
#array-vs-arraylist
#dotnet
#c#
0
votes
What are the differences between events and delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
events-and-delegates
c#-events
c#-delegates
0
votes
What are the differences between static, public and void in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
static-c#
c#-static
c#-public
c#-void
void-c#
public-c#
0
votes
List out the states of a thread in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
thread-in-c#
0
votes
List out the pre defined attributes in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
attributes-in-c#
0
votes
List out some of the exceptions in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
exceptions-in-c#
0
votes
List out two different types of errors in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
c#-errors
c#-error
c-sharp-errors
c-sharp-error
0
votes
What is the difference between “out” and “ref” parameters in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
c#-out
c#-ref
out-c#
ref-c#
0
votes
List out differences between AngularJS and Angular
asked
Dec 12, 2020
in
JQuery
by
SakshiSharma
#angularjs-vs-angular
0
votes
What are the main difference between Array and Arraylist
asked
Mar 1, 2020
in
C Plus Plus
by
SakshiSharma
#array-vs-arraylist
+1
vote
What is the difference between Array and Arraylist?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
#c#
#dotnet
0
votes
How we can sort the array elements in descending order in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
sort-array
array-sort
0
votes
List some of the advantages of C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
advantages-of-c#
c#-advantages
c-advantage
c-sharp-advantages
advantages-of-c-sharp
0
votes
Contiguous memory locations are usually used for storing actual values in an array but not in ArrayList. Explain.
asked
Dec 16, 2020
in
JAVA
by
SakshiSharma
#contiguous-memory
#arraylist
Java-questions-answers
0
votes
What is the difference between method overloading and method overriding in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
#method-overloading
...