You work as the application developer at Certkiller .com.
You must specify a class
which is optimized for key-based item retrieval from
collections. Your class must
cater for key-based item retrieval for small and large
collections.
Which of the following class types should you specify?
A. Select the OrderedDictionary class.
B. Select the HybridDictionary class.
C. Select theListDictionary class.
D. Select the Hashtable class
Answer / gaaa
Answer: B
Explanation: A HybridDictionary is implemented as a
ListDictionary for small
collections and a Hashtable for large collections. Hence it
provides very efficient
storage for both small and large collections.
OrderedDictionary supports sorting based on the key. It has
similar disadvantages for
small collections to Hashtable on which it is based.
ListDictionary is ideal for small collections because it is
implemented as a light-weight
linked list. Performance will suffer for large collections.
HashTable is ideal for large collections, for small
collections the overheads of such a
sophisticated data structure do not compensate for the benefits
| Is This Answer Correct ? | 3 Yes | 0 No |
I am unable to access other Pc within network without domain. when i am doing to access other Pc within lan like //192.168.1.11 it gives error message like "the network location cannot reached.For information about network troubleshooting, see windows help" what is the solution?
1 byte is equal?
how to create the mutiple ftp site in windows 2000 server
What are the FSMO roles? Who has them by default? What happens when each one fails?
What is Patch Management? Why we use. Basic requirement of installing Patch Management?
Hi can any one help me for 70-562 dumps?
How do you view all the GCs in the forest?
How can you forcibly remove AD from a server, and what do you do later? • Can I get user passwords from the AD database?
What are the requirements for installing AD on a new server?
You work as the application developer at Certkiller .com. You need to modify the code of an application. The application uses two threads named thread A and thread B. You want thread B to complete executing before thread A starts executing. How will you accomplish the task?
what is the difference between 32 bit os and 64 bit os
what is the meaning of workgroup?