Answer Posted / 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 View All Answers
Explain differences between collection api and stream api?
What does this mean java?
How will you communicate between two applets?
Can we have static methods in an interface?
How do you check if an arraylist is not empty?
What is the structure of java?
Can we catch more than one exception in a single catch block?
Can static methods access instance variables in java?
what is the difference between a threads start() and run() methods? : Java thread
What is thread synchronization in java?
What is the impact of declaring a method as final?
What is the output of the below java program?
Why string objects are immutable in java?
How do you sort data in java?
Can arraylist contain null values?