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 do you know about machine.config file ?
any one can explain about projectarchitecture and project approach briefly
Can you explain server controls in atlas?
Explain about metadata?
How to improve the cache performance? : .NET Architecture
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is the cli? Is it the same as the clr?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
where should I put this information then?
How can I create a application?
define cache memory? : Dot net architecture
What is a service contract, operation contract and data contract?
Define cache coherency? : Dot net architecture
Can you explain atlasuiglitz library?
Explain domestic architecture artifacts? : Dot net architecture