Jeanne Boyarsky wrote:
Rupa Katkar wrote:I have created two hashmaps, it contains database table .
What type of object is in the HashMap? A database table isn't a Java type, so it must be something else.
Hi,
Hashmap contains contents of database table.
Actually i solved that problem of comparison, another new problem i am having
it is
..
After making the comparison of two hashmap, i got some results.
For eg. difference between two amount. Now i want to transfer this result to
jsp page for displaying purpose, how should i do this.
Pl. tell me.