What is unchecked cast and how do I check it?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-04-22T17:52:04Z
Indexed on
2010/04/22
17:53 UTC
Read the original article
Hit count: 134
Hi, I think I get what unchecked cast means (casting from one to another of a different type), but what does it mean to "Check" the cast? How can I check the cast so that I can avoid this warning in Eclipse? Thanks,
© Stack Overflow or respective owner