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

Can we compare two strings in java?

0 Answers  


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

0 Answers   RBS, TCS,


What is the use of join method?

0 Answers  


what are abstract functions?

0 Answers  


What is the core java?

0 Answers  


Is string a datatype?

0 Answers  


What are the differences between throw and throws?

0 Answers  


Is java call by reference?

0 Answers  


Can java object be locked down for exclusive use by a given thread?

0 Answers  


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


How many bytes is a url?

0 Answers  


When a byte datatype is used?

5 Answers  


Categories