Please go through this code and help me to achieve the desired output

import java.util.Date;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import...