What is unchecked cast and how do I check it?
- by Mike
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,