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
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is the use of TPL DATAFLOW?
What are library functions?
How to upload in video,mp4,in .net 4.5 ..?
What are the types of application software?
What is the difference between primary & secondary storage device? : Dot net architecture
What is new in the .net 2.0 class library?
Explain dma? : Dot net architecture
how we can fire event in databound column in datagrid without using button?
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain the difference between l1 and l2 cache? : Dot net architecture
How does .net remoting work?
Explain the difference between state server and sqlserver : Dot net architecture
Explain the purpose of cache? How is it used? : Dot net architecture
Explain the difference between primary & secondary storage device? : Dot net architecture