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
How do you search data in a data file using random access method?
Should a function contain a return statement if it does not return a value?
Why can arithmetic operations not be performed on void pointers?
application attempts to perform an operation?
Explain what is the benefit of using an enum rather than a #define constant?
Difference between goto, long jmp() and setjmp()?
What is the difference between text and binary modes?
Which is better between malloc and calloc?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is the advantage of a random access file?
Whats s or c mean?
Define recursion in c.
I heard that you have to include stdio.h before calling printf. Why?
What does the function toupper() do?
Write a program to print factorial of given number without using recursion?