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 |
What is the new line character?
Can singleton class be cloned?
What is callablestatement? How you can call stored procedure to pass in parameter?
What is meant by object?
What do you mean by access modifier?
How can we get one Interface methods whit out using implementation of interface
Do extraneous variables affect validity?
Can we iterate through collection using for loop?
How do you end a program?
What is a protected method?
Explain java coding standards for variables ?
Can you explain the private protected field modifier?