- Joined
- May 14, 2006
- Messages
- 2
- Reaction score
- 0
i have this line of code
tempinteger=Integer.parseInt(new String((String)recieved.get(temp)));
and when i run the program it says class cast exception
anyone know how i can make this work
oh and recieved is a HashMap
tempinteger=Integer.parseInt(new String((String)recieved.get(temp)));
and when i run the program it says class cast exception
anyone know how i can make this work
oh and recieved is a HashMap