Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

Class.forName()

A collection of 1 post
Class.forName()

Class.forName()와 ClassLoader.loadClass() 차이점

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,
Mar 9, 2010 — 3 min read
Whiteship © 2022
Powered by Ghost