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 consumer interface?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
what is the difference between AWT and SWING what is the advantage of using swing?
What do you mean by platform independence? What is an interface?
Can you have an inner class inside a method and what variables can you access?
Differentiate between stringbuffer and stringbuilder in java.
What is serialVersionUID and what is its need?
What does this mean java?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Can an unreferenced object be referenced again?
What is argument in java?