posted 16 years ago
Hi,
How can i get the type of value put in the Hashmap.That is suppose
if i am putting a double value like this:
Double doub = new double("1.5");
hashmap.put("1",doub);
Now in some other class while getting the key's value using hashMap.get("1"), first i want to check the type of the value.
So how can i do that??
Thanks,
Jignesh
Regards,
Jignesh
The Art Of Life Is To Know When To Be Useless And When To Be Useful - CHUANG TZU