java 속도체크 Posted Jan 18, 2016 By audtjddld 1 min read long start = System.currentTimeMillis(); long end = System.currentTimeMillis(); System.out.println( “시간 : “ + ( end - start )/1000.0 ); 경험 및 정보 공유 This article is licensed under CC BY 4.0 by the author. Share