Computer Science, asked by sugandhasawant01, 1 month ago

The
event of a Timer is triggered
when the maximum number of milliseconds are
elapsed.

Answers

Answered by jubedabegum87355
2

Explanation:

Intervals are specified in milliseconds for timers, to trigger events after that time has gone. When the AutoReset field of the Timer class is set to false, the elapsed event is triggered only once by the timer after the first interval has elapsed.

Similar questions