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
What are voids?
What is the most important feature of java? What is an interface?
Why is singleton instance static?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is static in java?
What Is Composition?
Can you explain inner class.
For class CFoo { }; what default methods will the compiler generate for you>?
Explain what is Marker interface?
Difference between Linked list and Queue?
How to instantiate member inner class?
difference between byte stream class and character stream class?
What about interrupt() method of thread class ?
Explain the scope of a variable.
What is the reflection?