Hi
i am using HashMap in java. i put some key-value pair in the HashMap object and then i converted HashMap into an String using toString() method and pass to the another method that take an String and convert this String into HashMap object and retrieve the value with it's corresponding key.
Is it is possible to get the HashMap Object,please give me clear idea about.
Thanks