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

How do you create an array in java?

0 Answers  


What are the default and parameterized constructors?

0 Answers  


Difference between this() and super() in java ?

0 Answers  


What is methods in java?

0 Answers  


How can you debug the Java code?

6 Answers   BirlaSoft,


Can we access the non-final local variable, inside the local inner class?

0 Answers  


Can you have a constructor in abstract class?

18 Answers   HCL,


What is the formula to calculate percentage?

0 Answers  


write a program to create an arraylist and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


What is hasnext in java?

0 Answers  


what are ER diagrams?

2 Answers  


Why can't we override private static methods?

0 Answers  


Categories