Close
jGuru Forums
Posted By: Anonymous Posted On: Friday, April 18, 2003 03:49 AM
Hello, There is an "Associate Arrays" topc in PHP. Is there also any array like this in JavaServer Pages. Thanks in advance...
Re: "Associate Arrays"
Posted By: Christopher_Koenigsberg Posted On: Friday, April 18, 2003 07:18 AM
If you mean "associative array", that is known as a "Map" in Java, e.g. the interface java.util.Map, and the implementations HashMap, TreeMap, ...