As I thought I understood it, the forName() method instantiates a class listed inside the parenthesis of the method.
ex. Ben = Class.forName("nameBen");

I'm confused when I see an example where...