Explain about vector, dictionary,hash table, property
classes?
Answer Posted / 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 View All Answers
What is an interface in java? Explain
What is the difference between access specifiers and access modifiers in java?
What are different ways of object creation in java ?
What initialize variables?
What is the difference between the direct buffer and non-direct buffer in java?
Why null value is used in string?
What is difference between wait and notify in java?
What are the types of casting?
How to sort elements in a parallel array in java?
What is the meaning of 3 dots in java?
How do I start learning java?
Can private members of a base class are inheritable justify?
What is the use of arrays tostring () in java?
Is final static java?
Explain reverse a linked list recursive java solution?