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 |
What is the difference(or similarity if there are some) between object and a variable?
How much ram can a 64 bit processor theoretically?
List the three steps for creating an object for a class?
What is difference between protected and private?
How does predicate work in java?
Can you pass by reference in java?
How to sort a collection of custom Objects in Java?
What is the disadvantage of java?
What are the important features of Java 11 release?
What is == in java?
Explain Big-O notation with an example
To set the position and size of a component, which methods are used?