Explain about vector, dictionary,hash table, property
classes?



Explain about vector, dictionary,hash table, property classes?..

Answer / ravikiran(aptech mumbai)

vector is a legacy class which contains all static methods
dictionary is a sub class of hastable and is used to store
the objects as key-value pairs
hashtable is used to store the objects as key value pairs
and is a legacy class and doenn't allow null keys and null
vlaues
property is subclass of hashtable used to save the objects

Is This Answer Correct ?    8 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is ternary operator?

0 Answers  


What is the difference between instanceof and isinstance?

0 Answers  


What is unicode full form?

0 Answers  


What is a method vs function?

0 Answers  


What is final variable?

0 Answers  






What is Applet Stub Interface ?

0 Answers  


What's the purpose of static methods and static variables?

0 Answers  


What is unsigned char?

0 Answers  


Which one of the following suits the description of a string better: derived or primitive?

0 Answers  


I want to re-reach and use an object once it has been garbage collected. How it's possible?

0 Answers  


What is difference between public static and void?

0 Answers  


How do you detect memory leaks?

0 Answers  


Categories