Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
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
Please
log in
or
register
to answer this question.
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
Q: What is the difference between Array and Arraylist?
asked
Apr 9, 2020
in
C Sharp
by
GeorgeBell
#array-vs-arraylist
#dotnet
#c#
0
votes
Q: List out the states of a thread in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
thread-in-c#
0
votes
Q: List out the pre defined attributes in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
attributes-in-c#
0
votes
Q: List out some of the exceptions in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
exceptions-in-c#
0
votes
Q: 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
Q: 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
Q: 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
Q: 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
Q: What are differences between Array and Linked List?
asked
Aug 9
in
DBMS
by
DavidAnderson
dbms-interview-questions-answers
0
votes
Q: List out differences between AngularJS and Angular
asked
Dec 12, 2020
in
JQuery
by
SakshiSharma
#angularjs-vs-angular
0
votes
Q: What are the main difference between Array and Arraylist
asked
Mar 1, 2020
in
C Plus Plus
by
SakshiSharma
#array-vs-arraylist
+1
vote
Q: What is the difference between Array and Arraylist?
asked
Jun 25, 2019
in
Dot Net
by
Venkatshastri
#c#
#dotnet
0
votes
Q: 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
Q: 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
Q: 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
...