sleep function in thread class is static.i read sleep function can make a thread sleep for a particular time while others threads running.
As sleep function is static ...when it is called it will be applicable to all threads.how it will be used to keep particular thread in sleep state.