본문 바로가기
숨터 가볍게 읽는 공간
이미지 차단
전체 베스트 최근
← programming 게시판

Class.forName 용도 파라미터 클래스 초기화임?

익명(116.34) 2021-09-22 10:50 추천 0
  • forName
    public static Class<?> forName(String className) throws ClassNotFoundException
    Returns the Class object associated with the class or interface with the given string name. Invoking this method is equivalent to:Class.forName(className, true, currentLoader)where currentLoader denotes the defining class loader of the current class.

    For example, the following code fragment returns the runtime Class descriptor for the class named java.lang.Thread:

    Class t = Class.forName("java.lang.Thread")

    A call to forName("X") causes the class named X to be initialized.

    Parameters:className - the fully qualified name of the desired class.Returns:the Class object for the class with the specified name.Throws:LinkageError - if the linkage failsExceptionInInitializerError - if the initialization provoked by this method failsClassNotFoundException - if the class cannot be locatedSee Java Language Specification:12.2 Loading of Classes and Interfaces
    12.3 Linking of Classes and Interfaces
    12.4 Initialization of Classes and Interfaces

댓글 0

  • 아직 댓글이 없습니다.

다른 게시글

  • 외국에서 코리안 기모노라고 불린다는 한복.jpg [1]
    익명(121.163) | 21.09.22
    추천 0
  • 날이 지날수록 올라가는 도파민 농도
    익명(180.71) | 21.09.22
    추천 0
  • 두달도 안남았네 [7]
    ecko(arktdef) | 21.09.22
    추천 0
  • 아 오픈소스 떡칠 하는거 나만 기분 좆같음? [2]
    릴다희(lildahee) | 21.09.22
    추천 1
  • 직장 스트레스 해소를 위한 운동루틴 알려준다. [1]
    Vic파이(wjgk0822) | 21.09.22
    추천 0
  • 운동은 컨디션 좋을때 끊기 후우 [1]
    익명(180.71) | 21.09.22
    추천 0
  • 좆타트업충 오늘도 출근 [1]
    익명(58.228) | 21.09.22
    추천 0
  • 잉잉 휴일 마지막 날이다~
    헤르 미온..(okoil) | 21.09.22
    추천 0
  • 연봉은 7천인데 인센 포함 현금성 보상이 3천 좀 넘는다 [2]
    익명(211.207) | 21.09.22
    추천 0
  • 무료도메인 얻을수잇는곳없냐? [2]
    익명(104.28) | 21.09.22
    추천 0
목록으로
읽기 전용 미러