Example
Example
{
private String taskName;
}
else
{
Date dt = new Date();
SimpleDateFormat sdf = new SimpleDateFormat("hh : mm : ss");
// 1000ms = 1 sec
Thread.sleep(1000);
}
catch(InterruptedException ie)
{
ie.printStackTrace();
}
}
}
// pool is shutdown
pl.shutdown();
}
}