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 the difference between int and integer in java?
Explain wrapper classes in java?
What do you mean by inner class in java? Explain
Is java still necessary?
How to make object serializable in java?
What are the 4 types of research methods?
What is ternary operator? Give an example.
What is the syntax and characteristics of a lambda expression?
What does string mean in java?
What is run time allocation?
What does I ++ mean?
What happens to the Exception object after handling an exception?
Is string is a data type in java?
What is the difference between superclass and subclass?
Can we call the run() method instead of start()?