what is the difference between arraylist and hash table
using a simple program?
Answer Posted / devendra kumar
in array list we can only add items to the list but in hash
list we can add data with the key .
| Is This Answer Correct ? | 83 Yes | 13 No |
Post New Answer View All Answers
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
How do partial classes work in c#?
Is everything an object c#?
How long does it take to learn c# for unity?
What is mvc in c#?
Are value types sealed?
What is the use of console readkey in c#?
Is c# used for frontend or backend?
What is the difference between method overriding and method overloading?
What is the difference between values and reference types?
What is the difference between == and object.equals?
Can you put two constructor with the same structure in a class?
How long will it take to learn c#?
Can abstract classes be final?
Why is hashset faster?