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
What is the difference between multiple processes and multiple threads?
In how many ways we can create threads in java?
What is flag in python?
What is the difference between abstract classes and interfaces?
What are the 2 types of java programs?
What is the benefit of lambda expressions?
What is the intersection and union methods?
How can we access some class in another class in java?
Explain how hashmap works?
Is assembly language a low level language?
Is java a prime method?
What is the default value of local and global variables?
What is exception propagation?
What is default constructors?
Who is founder of java?