분류 전체보기 1348

(Java) java.lang.reflect.Constructor.newInstance : 자바 클래스 인스턴스를 동적으로 생성하기

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 ..

Programming 2013.03.04