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
Explain the difference between strcpy() and memcpy() function?
What is union and structure?
What is data structure in c programming?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are loops c?
What are local static variables?
What does typedef struct mean?
How do you determine whether to use a stream function or a low-level function?
How would you obtain the current time and difference between two times?
Can you think of a logic behind the game minesweeper.
What oops means?
What is variables in c?
Explain can static variables be declared in a header file?
program to convert a integer to string in c language'
Difference between pass by reference and pass by value?