Timer Task - ?

I am scheduling a task using timer task for every 5 seconds. My doubt is that if the task takes more than 5 secs will the next schedule after 5 sec will be started or the next task will wait until the completion of the running task.Can any how brief about the timer
[299 byte] By [RYALIa] at [2007-10-3 2:28:35]
«« SCJP 5.0
»» Thead
# 1
It depends on how you schedule the tasks. Read the javadoc for the Timer class.Kaj
kajbja at 2007-7-14 19:27:40 > top of Java-index,Java Essentials,New To Java...