Order of items in a HashMap differ when the same program is run in JVM5 vs JVM6?
Hi, I have an application which displays a collection of objects in rows, one object = one row. The objects are stored in a HashMap. The order of the rows does not affect the functionality of the application (that is why a HashMap was used instead of a sortable collection). However I have noticed that the same aplication runs different...