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 |
Is a method a function?
What is lazy programming?
What is the use of conditional statement?
which one the better thread emplemented thread or extended ?
What is the difference between final, finally and finalize()?
What is the use of System class?
What is module in oop?
What is collection class in java?
Can java program run without jre?
Explain covariant method overriding in java.
Any one can explain how the inerface uses in java. give with example.
Can a class declared as private be accessed outside it’s package?