http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Constructor.html#newInstance(java.lang.Object...) 자바 클래스 인스턴스를 동적으로 생성하기 newInstancepublic T newInstance(Object... initargs) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException Uses the constructor represented by this Constructor object to create and initialize a new instance of the ..