본문 바로가기

JAVA

자바 프로그램 실행순서


  1. static{내용부};
  2. public static void main(String[] args){내용부};
  3. protected void finalize(){내용부};