Suppose i have two threads t1 and t2 are running.How the
main thread will know that the two threads t1,t2 execution
has completed?
Answer Posted / fellow java novice
use join
| Is This Answer Correct ? | 9 Yes | 19 No |
Post New Answer View All Answers
Is it possible to override private or static method in java?
What are instance variables?
Is a method a function?
What is api data?
How do you write methodology?
What modifiers may be used with a top-level class?
How many arguments can a method have java?
What is connection class in java?
Can a class be defined inside an interface?
Are private methods final?
How do you add an element to a hashset in java?
Explain what are final variable in java?
What are the 8 data types in java?
What does split function do in java?
what is encapsulation in java? Explain