Let's say I've loaded a class during compile/run time, and sometime during my program, I want to re-load that class because its source has changed, and use it some more. I doubt it would work, but I tried to put a
in the middle of my program. Needless to say, I think it pulled the older "PeopleClass" from memory and used it. Any comments, answers?