submit() method accepts both Runnable and callable as parameters. but it returns Future when we send callable interface as a parameter.
So when