Missing clarity in TimerTask doc
Ulf Zibis
Ulf.Zibis at CoSoCo.de
Mon Sep 15 17:47:08 UTC 2014
Hi all,
I'm missing clarity, if a j.u.TimerTask object can be scheduled more than once.
Especially, can it be scheduled again with Timer.schedule(...) after it has been cancelled, or has a
new TimerTask object to be instantiated?
What happens if a TimerTask is scheduled again before the first schedule had happened; would it then
happen twice or would the same run be re-scheduled?
Thanks,
-Ulf
More information about the core-libs-dev
mailing list