what is associative array



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

Post New Answer

More Core Java Interview Questions

What is the role of the java.rmi.naming class?

0 Answers  


Explain the difference between string, stringbuffer and stringbuilder in java?

0 Answers  


Can we instantiate Interfaces?

7 Answers   Ericsson,


how can u handle run time exception in java? explain with brief explanation with examples?

2 Answers   CTS,


What is java objectoutputstream?

0 Answers  






What is member in java?

0 Answers  


What is aggregation?

1 Answers   Cap Gemini,


What are the four corner stones of oop?

0 Answers  


Is int primitive data type?

0 Answers  


5 Coding best practices you learned in java?

0 Answers  


What are implicit objects in java?

0 Answers  


Which collection allows duplicate values in java?

0 Answers  


Categories