hi to all,iam new to java threads, iknow sleep() method causes current thread to pause execution for specific time,but when we call sleep() method on current thread will it cause the other threads to start their process that are waiting.One more question what exactly join() method do .Ialready read the sun java tutorials ,but i am in little bit confusion.please help me.
