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 |
To obtain design information about an object, which class in used?
How do you write methodology?
Define interface?
What is lossy conversion in java?
How to extract HashMap values?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What are the differences between the constructors and methods?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
What do you mean by flow of struts?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Difference between association, composition and aggregation?
What is variable argument in java?