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

loadClass

A collection of 1 post

findClass

클래스 로더의 loadClass()와 findClass()

참조: http://onjava.com/pub/a/onjava/2005/01/26/classloading.html?page=1 클래스와 데이타 모든 클래스는 first-class 자바 객체를 통해서 자신의 코드를 참조할 수 있다. 컴파일 할 때 컴파일러가 public static final class 라는 이름의 java.lang.Class 타입 필드를 추가해준다. 일단 한 번 클래스가 JVM으로 로딩되면, 같은

  • 백기선
백기선 Feb 25, 2010 • 4 min read
Whiteship © 2022
Powered by Ghost