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 is the importance of updatepanel control?
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
can u give me real example of how web.config overrides the machine.config file?
How to prevent my .NET DLL to be decompiled?
Explain about code access security?
Explain
Explain the difference between l1 and l2 cache? : Dot net architecture
Explain a .net mobile example with details? : Microsoft dot net mobile
What is the difference between machine config vs. Web config : Dot net architecture
Explain .net mobile events? : Microsoft dot net mobile
What is different about namespace declaration when comparing that to package declaration in java?
What are the important principles of soa (service oriented architecture)?
What is cache coherency and how is it eliminated? : .NET Architecture
Explain pipelining? : Dot net architecture
What are the major differences between services and web services?