What is the difference between Hash Table and Arrays?
Answers were Sorted based on User's Feedback
Answer / sey
both hash table and arrays are data structure, but the way
they store data are different. hash table in some way use
array for its implementations so what makes it a hash table
is the design of hash function that map key(value)to the
hash table. the has function has noting to do with the
actual value(key) except to create O(1) hit to access,
insert or delete item.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / olivia
One more thing:
When generate a hash table, you don't have to set the
size. When generate an array, the size has to be set.
Hash table can save you space if you don't know how big an
array you may need.
| Is This Answer Correct ? | 4 Yes | 8 No |
What is the use of main method in c#?
What is difference between method overriding and method overloading?
What is parallel programming in c#?
Describe how a .net application is compiled and executed
Can you have parameters for static constructors?
What is generic delegates in c#?
Is list ienumerable c#?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is msil in c#?
What is difference between function and method in c#?
Are constructors inherited c#?
What is extension method in c sharp?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)