Here you can find the source of currentTimeMillis()
public static Long currentTimeMillis()
//package com.java2s; public class Main { public static Long currentTimeMillis() { return System.currentTimeMillis(); }/* ww w.ja va 2 s .c om*/ }