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
Define dma? : Dot net architecture
how to create applications by using Visual Studio 2012?
What is the .net class that allows the retrieval of a data element using a unique key?
What are the new features of .net 2.0?
how to change row background color in gridview
which is the institute in hyderabad for providing the live project industry training
what is the difference between running an application with and without debugger?
How can implement drag and drop using atlas?
how to change the application name?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain hard disk and what is its purpose? : .NET Architecture
What is .net viewstate?
What is different about namespace declaration when comparing that to package declaration in java?
Explain .net mobile automatic paging? : Microsoft dot net mobile
What is the access level of the visibility type internal?