Hey guys, I'm wondering if there is a way to use a variable name as a String to tell the program what to cast to. Here's an example:<BR><BR><code><BR> String classType = ...
I'm working with a group to create a big program.<BR><BR>We store data in a Vector, which is passed from/to a server. When it reaches the destination, we decode the vector.<BR><BR>Our vecor is ...