what is Difference beetween Array and Hash Table.?
Answer Posted / salman mohammed
1.) arrays can be access from initial position. for example if we want to search 100th element then it will starts from 0 and then it will checks one by one and then it will reaches to 99. So here it is some what reliable but it tooks a lot of time for searching.
2.) Whereas in hash we are having key and value. Based on this we can easily identify the element which we need with in a short period of time than arrays.
So it is much reliable than arrays.
But both are important to us. Because both are having some good properties which helps us in our programming.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between absolute expiration and sliding-time expiration?
Explain cache? : .NET Architecture
Can I customise the trace output?
Explain Intermediate Language?
Waht is Dot net Arcitecture
What are the important principles of soa (service oriented architecture)?
What is ILDASM ?
What is cookie less session?
What is the purpose of cache? How is it used? : Dot net architecture
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
Explain domestic architecture artifacts? : .NET Architecture
Explain .net mobile automatic paging? : Microsoft dot net mobile
how to use custom field validation
Why only boxed types can be unboxed?
Define pipelining? : Dot net architecture