System.currentTimeMillis() 가 가장 대중적(밀리초) System.nanoTime()를 써도 됨(나노초) 둘 다 반환 Long타입으로 한다.
System.currentTimeMillis()
System.nanoTime()