I'm developing a system that often use the system time because the Delayed interface.
What is fastet way to get the time from system?
Currently I'm using Calendar.getInstance().getTimeInMillis() every time I need to get the time, but I don't know if there is a faster way.
getDelay()method. – Renato Dinhani Conceição Jul 1 '11 at 20:02