Samples JDK
Classes
Package com.freemindcafe.concurrency.sample8

Calling a code after some delay using ScheduledExecutorService. More...

Classes

class  Sample
 

Detailed Description

Calling a code after some delay using ScheduledExecutorService.

ScheduledExecutorService doesn't shuts down the thread, we will have to call the shutdown on ScheduledExecutorService