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
Explain the purpose of cache? : Dot net architecture
Explain the purpose of cache? How is it used? : .NET Architecture
Why the config file might not be writable
What is difference between .net and visual studio?
how to set the startup position of the form?
What is textbox control of .net mobile? : Microsoft dot net mobile
Explain the difference between l1 and l2 cache? : .NET Architecture
What is the purpose of Accordian in jquery? Where it can be used?
Difference between throw exception and rethrowing ?
readonly syntax ?
Explain domestic architecture artifacts? : .NET Architecture
Explain COM with example?
Define dma? : Dot net architecture
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
What does this do? Gacutil /l | find /i "corillian"