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
Write a program to check string is palindrome without using loop?
What is the purpose of format function?
Which collection is thread safe in java?
What is deserialization?
What does yield method of the thread class do?
How can we make copy of a java object?
How many types of design patterns are there?
What is the order of arraylist in java?
What is a static class in java?
what is comparable and comparator interface?
Is string a class?
What is the difference between an argument and a parameter?
What is jit compiler in java?
Define how can we find the actual size of an object on the heap?
How to use arraylist in java netbeans?