Re: why do i get classcastexception in applets..
Posted By:
Luke_Elliot
Posted On:
Tuesday, November 18, 2003 08:46 AM
Typically I get these errors when I try to typecast an Object into something it isn't.
(users)anArray[i];
where users is a class of some sort and anArray is filled with another type of object.