Answer Posted / 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 |
Post New Answer View All Answers
Are arrays classes in java?
'A class is a template for an object' explain this statement.
What is the difference between stringbuffer and stringbuilder?
Explain polymorphism citing an example.
Is arraylist ordered?
What does system out println () do?
How to sort a collection of custom Objects in Java?
What is bifunction in java?
What language is pass by reference?
Is string a data type in java?
How many bits is a boolean?
What does this mean java?
Explain the different forms of polymorphism?
Explain the concept of hashtables?
Is a copy constructor?