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 |
Explain restrictions for using anonymous inner classes?
Why arraylist is not synchronized in java example?
static inner classes means..?
What is file class and what is its purpose?
Difference between throw and throws?
Is binary a low level language?
What is a dynamic array in java?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
What is regex java?
Why null interfaces are used in Java?
In Java, what are this() and super(), and where are you required to use them?
What are the advantages of packages in java?