http://www.javaworld.com/javaworld/javaqa/2003-03/01-qa-0314-forname.html?page=1
일단 Class.forName() 메서드는 인자가 한 개 짜리인 것과 세 개 짜리인 것이 있습니다.
static Class> forName(String className)
Returns the Class object associated with the class or interface with the given
string name.
static Class> forName(String name,