Discussion Forum : Introduction To Spring And Advanced Spring
Question - Which package is used for periodic work
Options:
A .  java.lang.Thread
B .  java.util.TimerTask
C .  java.util.Timer
D .  java.util.concurrent
Answer: Option B


Java 1.3 saw the introduction of java.util.TimerTask to support doing some sort of work periodically.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *