what is Difference beetween Array and Hash Table.?
Answer Posted / pkl
An ArrayList behaves just like
an array, except that it will dynamically expand and
contract when you
add/remove elements to it. A HashTable is useful when you
want to
lookup objects indexed by a 'key' value. It also dynamically
expands and contracts but doesn't impose an order on the
elements like
an array does. Put a different way: you index elements in an
ArrayList with a numeric index, you index elements in a
HashTable with
a key. Such a key is often a string.
Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is a service contract, operation contract and data contract?
What is difference between .net and visual studio?
What is a clickonce application?
Explain .net mobile events? : Microsoft dot net mobile
Explain domestic architecture artifacts? : .NET Architecture
State the different levels of exceptional safety?
Explain different pipelining hazards? : Dot net architecture
How to prevent my .NET DLL to be decompiled?
Explain about the base class library provided by microsoft.net?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
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. : Dot net architecture
Explain pipelining? : Dot net architecture
So what exactly is the configuration file for then?
How cache coherency is eliminated? : Dot net architecture