what is Difference beetween Array and Hash Table.?
Answer Posted / ranjana tyagi
In An array We make collection of same type of data.But in
hash table we can collect different type of objects.
2.In array we can access the element using index.we have to
access element one by one.If we do'nt remember index then
we cant acess the element.On the other hand in hash table
we can acess the element by using key.Also in hash table we
can take the key of the element a string also.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What do you know about machine.config file ?
Does .NET runtime offer Deterministic Destruction or not?
Why am I getting an invalidoperationexception when I serialize an arraylist?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Explain cache memory? : .NET Architecture
Difference between type constructor and instance constructor?
how to use custom field validation
Can I create my own context attributes?
Waht is Dot net Arcitecture
How do we do authentications using atlas?
how can we achieve language interoperability through CLS? How MSIL works?
Define dma? : Dot net architecture
Explain the five stages in a dlx pipeline? : Dot net architecture
How can we integrate atlas with web services?
When do I need to use gc.keepalive?