What is the difference between Hash Table and Arrays?
Answer Posted / kalidoss
Basically both are used to store the data,but the array is
the collection same object which is accessed by index or
supscript,but in hash table we can store different type
object like a structure but hastable follows two fields,
one is hash key another one is value.The value will be
fetched from hashtable by hash key but sometime hash key
might be string
Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is console programming language?
What is c# entity framework?
Explain the difference between access specifier and access modifier in c#?
What is the property of class?
Does c# have primitives?
What are the Configuration files in .net?
What is foreach loop in c#?
What is float in unity?
Does the variables of a private class-level inherited?
What is dbcontext c#?
What is difference between iqueryable and ienumerable in c#?
What is the main method in c#?
What is dao in c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What do you mean by object pooling?