Generic Generic 팩토리 메소드 참조: http://www.ibm.com/developerworks/kr/library/j-jtp04298.html 흠.. 제네렉 타입을 사용한 객체를 생성할 때 유용할 것 같습니다. Box<String> box = new BoxImpl<String>(); 보통 제네릭 타입을 사용한 객체를 생성할 때 저렇게 String이라는 타입을 두 번이나 입력해야 하는데.