[JAVA] System

이현경·2021년 4월 30일
0
  • System.out : output
  • System.in : input
  • System.exit(0) : use stop program
  • System.gc() : delete garbage object
  • System.nanoTime() : current time
  • System.currentTimeMillis() : current time
  • Ex_ System.exit(0)
  • Ex_ System.nanoTime(), System.currentTimeMilis()


profile
25. 컴퓨터학과 졸업 / SQLD, 정보처리기사 취득

0개의 댓글