what is associative array
Answer / 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 |
How strings are created in java?
What are byte codes?
What is contract between hashcode and equal method?
Write a program to print count of empty strings in java 8?
Is minecraft 1.15 out?
What does regex mean?
What is exception handling in java?
How can u increase the heap size in the memory?
How is hashset defined in java?
Can you explain the cs option of java interpreter?
How do you declare a variable?
What is the difference between break and continue statements?