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
Does isempty check for null?
Explain about oops concepts.
Is an integer an object?
what is meant by Byte code concept in Java?
What is the purpose of java?
What are the basic control structures?
What is length in java?
What happens if I remove static from main method?
Can we compare two strings in java?
What does flag mean in java?
What is difference between core java and java ee?
What is an object in java and how is it created?
What do you mean by synchronized non access modifier?
How can we make a class singleton?
Can constructor be static or final?