Tag

java-util

2 views collected around this technical thread.

JD Tech
JD Tech
Apr 16, 2021 · Backend Development

Using java.util.Timer for Scheduled and Delayed Tasks in Java

This article explains how to use java.util.Timer for one‑time and periodic task scheduling, covering constructors, instance methods, daemon‑thread behavior, handling past dates, negative delays, multiple tasks, and proper shutdown, with complete code examples and execution results.

BackendConcurrencyJava
0 likes · 24 min read
Using java.util.Timer for Scheduled and Delayed Tasks in Java