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
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is virtual class in C#?
What are the collections in c#?
Describe ways of cleaning up objects in c#.
Is arraylist type safe in c#?
Can you instantiate an abstract class c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
what is an event? Define delegate?
What is attribute and reflection in c#?
What is autopostback in c#?
Where is c# compiler located?
What is the difference between abstract and abstraction?
What is serialization and deserialization in c# with example?
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 expression tree in c#?