Class Cast Exception

Posted by iaagty on Stack Overflow See other posts from Stack Overflow or by iaagty
Published on 2010-03-19T07:29:13Z Indexed on 2010/03/19 7:31 UTC
Read the original article Hit count: 292

Filed under:
|
|
|

why do i get this exception?

Map myHash = null myHash = (HashMap)Collections.synchronizedMap(new HashMap());

If i try to use this hashmap, i get java.lang.ClassCastException

© Stack Overflow or respective owner

Related posts about java

Related posts about exception