Answer Posted / infestant mongrel
@Rahul
In java, the job of killing the threads who have done their job (and garbage collection) is done by the java runtime environment. The main thread may even itself come to an end before all its child threads have completed their execution.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the scope of static variable in c?
Can the size of an array be declared at runtime?
What is the size of structure in c?
What is null in c?
How do you construct an increment statement or decrement statement in C?
Where static variables are stored in memory in c?
How can you increase the allowable number of simultaneously open files?
Can you tell me how to check whether a linked list is circular?
What is a buffer in c?
Write a code on reverse string and its complexity.
Is c procedural or object oriented?
what is the different bitween abap and abap-hr?
What is %s and %d in c?
What are the two types of functions in c?
Can a pointer be static?