What is the difference between Hash Table and Arrays?
Answer Posted / navin chandra pandit
Hash table & Arrays both are collection but the main diff. is
that- Hash Table follows hashing technique, means it has two
parts-one is hash code while second is value corresponds to
the hash code. To access a value from hash table, we use the
hash code. While array has only value part. To access a
value from array, we use index no. generally.
Is This Answer Correct ? | 42 Yes | 4 No |
Post New Answer View All Answers
What is func delegate in c#?
What is ienumerable t in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
Write a C# program to find the Factorial of n
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
What is the difference between yield and return?
How many bytes is a long c#?
What are anonymous functions in c#?
Why would you use untrusted verification?
Explain about multithreading?
What is a delegate? How can it works?
What are console applications used for?
What are cshtml files?
What is the purpose of the integer parse method the decimal parse method?
What are the properties of a string class?