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
How to pass arraylist to stored procedure in java?
What is the simpletimezone class in java programming?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is outofmemoryerror in java?
Can we increase size of array?
What do you understand by looping in java? Explain the different types of loops.
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
How do you compare values in java?
What does || mean in vectors?
What is anagram in java?
What is the difference between access specifiers and access modifiers in java?
What does java stand for?
How do you escape sequences in java?
What is __ init __ functions?
Why do we need hashset in java?