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 break a loop?
what models are available for event handling?
What are parameters in a method?
What do you mean by local variable and instance variable?
What is the locale class in java programming?
What is the Layout for ToolBar?
Is char * a string?
What is java abstraction with example?
Is final static java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Explain the difference between abstract class and interface in java?
What is compiler and what its output.