Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by global variable?
What is http client in java?
what is recursion in java
Why declare Main() inside the class in java ?
What is the reason behind using constructors and destructors?
How can you make a class serializable in java?
Is this valid in java ? Can we instantiate interface in java?
What is vector capacity in java?
What is floor math?
Is singleton thread safe in java?
What should I import for arraylist in java?
What is the original name of java?
Can the garbage collection be forced by any means?
Difference between string s= new string (); and string s = "abv";?
Can we have any code between try and catch blocks?