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 executor memory?
can abstract class have constructor how can you achive this ?
What is the purpose of main function in java?
what is singleton class in java?
What are dot operator queries?
what is the use of custom tags? with example?
Hi friends, i am new to java. can you explain how java is secured.
What is maximum size of arraylist in java?
What are the methods of object class ?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is parsing a sentence?
what is connection pooling with example?