Have you try to execute it, What it shows when it runs !
if the run() method executes and enters into try block will it throw any exception......if not.explain why.
The exception will be thrown only if there is any runtime anomalies occurred !
i have an idea that sleep() will throw InterruptedException..then why it is not printing inturruptedexception.
Yes, the sleep() method throws InterruptedException , but that dosent mean it throws that exception , whenever we call it ! Read the docs for more explanation when it throws Exception !