Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use join() in Threads ?

Answers were Sorted based on User's Feedback



What is the use join() in Threads ?..

Answer / harish

It waits for the Parent Thread process to be completed.
Even though, Child process is completed. It waits for the
Parent Thread.

Is This Answer Correct ?    8 Yes 3 No

What is the use join() in Threads ?..

Answer / madan

if we want to finish main thread last i.e to ensure all
child threads terminate prior to the main thread

Is This Answer Correct ?    6 Yes 1 No

What is the use join() in Threads ?..

Answer / a.sreekanth

The join() method of a Thread instance can be used to "join" the start of a thread's execution to the end of another thread's execution so that a thread will not start running until another thread has ended. If join() is called on a Thread instance, the currently running thread will block until the Thread instance has finished executing.

Is This Answer Correct ?    0 Yes 0 No

What is the use join() in Threads ?..

Answer / venkat

Acoording to join the two Threads for some iterations.

Is This Answer Correct ?    0 Yes 9 No

What is the use join() in Threads ?..

Answer / padmaja

waits for specified number of milliseconds for thread to die

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More Core Java Interview Questions

I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?

8 Answers   Aricent,


What is constructor in java ?

0 Answers  


What is string literal in java?

0 Answers  


Can you run the product development on all operating systems ?

1 Answers  


Why Java is not purely object oriented?

50 Answers   Elitecore, Persistent, Reliance, Wipro,


How many objects are created for a singleton class

7 Answers   Ness Technologies,


what is the use of reference variable

6 Answers  


Which types of exceptions are caught at compile time?

0 Answers  


What is an example of a boolean?

0 Answers  


What are some examples of variable costs?

0 Answers  


What is the difference between jsp and servlet?

6 Answers   Symphony,


What is meant by javabeans?

0 Answers  


Categories