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
How is hashcode calculated in java?
Can we use switch statement with strings?
Does java return by reference?
how to open and edit XML file in Weblogic???
What is the byte order of byte buffer?
How to check if a list is sorted in java?
What is the maximum size of a string in java?
Why do we use string?
What is equals method in java?
How to create an interface?
How do you compare two objects?
What is classes in java?
How do I get a substring?
What is a method type?
What is the maximum size of array in java?