Answer Posted / palepu sadashiv
An associative array is a very useful data structure for all kinds of application. An associative array is just a set of (key, value) pairs. Many programming languages, such as PHP and Perl (using hash variables) implement the functionality to work with these structures. Also Java incorporates associative arrays in the form of instances of the java .util.Hashtable class.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why would you use a synchronized block vs. Synchronized method? : Java thread
What is meant by design patterns?
Explain the usage of this with constructors?
what are the methods in object?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is java basic concept?
What is the structure of java?
Why charat is used in java?
Can an interface extend another interface?
How we create object in copy constructor?
Tell me about your ability to work under pressure
What is structure of java heap? What is perm gen space in heap?
How list contains works in java?
What is string and example?
What is the difference between reader/writer and inputstream/output stream?