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
What is the difference between func and action delegate?
What does public mean in c#?
Are objects passed by reference in c#?
What is lastindexof c#?
What is generic method in c#?
How do you implement thread synchronization in c#?
What is list array in c#?
What are managed providers?
What is parameter c#?
What are destructors in C#?
What are anonymous functions in c#?
When was .net linq added?
What is array and types of array in c#?
Give some examples for built in datatypes in c#?
what is boxing and unboxing?can we initialize unboxing directly?