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 |
Why for each loop is used?
Can static methods access instance variables in java?
Is list thread safe in java?
What is casting in java programming?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is an abstract class?
What is the old name of java?
Is empty list java?
What is tcp ip in java?
What is set string?
what is difference between requestprocessor and request dispatcher?
If system.exit (0); is written at the end of the try block, will the finally block still execute?