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 do you create an array in java?
What are the default and parameterized constructors?
Difference between this() and super() in java ?
What is methods in java?
How can you debug the Java code?
Can we access the non-final local variable, inside the local inner class?
Can you have a constructor in abstract class?
What is the formula to calculate percentage?
write a program to create an arraylist and listeterator.and value should be enter through keyboard.
What is hasnext in java?
what are ER diagrams?
Why can't we override private static methods?