can anyone help me?/
i want to insert keys of integer type to a hashtable. i can insert keys of string type in the hashtable. But integer keys not getting inserted.
i am getting exception as
java.lang.Class CastException: java.lang.Integ er cannot be cast to java.lang.Strin g
thank u..
i want to insert keys of integer type to a hashtable. i can insert keys of string type in the hashtable. But integer keys not getting inserted.
i am getting exception as
java.lang.Class CastException: java.lang.Integ er cannot be cast to java.lang.Strin g
thank u..