I know eval is \"evil\", but I\'m using it in a way that the user can\'t ever abuse it.
Let\'s say I\'ve got a string \"new Integer(5)\". I want to do something suc
Java is a statically typed language, so I don't think you can do that.