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 |
Can we assign null to double in java?
Write the code for Palindrome ?
What is super constructor?
How do you pass by reference?
How do you write a good declaration?
What is meant by constructor?
How do you avoid global variables?
Is java hashset ordered?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What are keywords in programming?
Is Java a dying language?
What language is an assembler written in?