Descripción
Sintaxis
ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)
Parámetros
- long delay,
- long initialDelay,
- Runnable command,
- TimeUnit unit,
Excepciones
IllegalArgumentException, NullPointerException, RejectedExecutionException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.