J
JKV
Hi,
If the system clock is changed backward or forward what is the expected
result on calls like Object.wait, Thread.sleep and scheduled timers in Java
1.5?
Does the underlying implementation use System.currentTimeMillis or similar
or does it count the clock ticks?
Is it hardware or OS dependent?
Thanks,
Jan
If the system clock is changed backward or forward what is the expected
result on calls like Object.wait, Thread.sleep and scheduled timers in Java
1.5?
Does the underlying implementation use System.currentTimeMillis or similar
or does it count the clock ticks?
Is it hardware or OS dependent?
Thanks,
Jan