What is the priority of Garbage collector thread?
Answers were Sorted based on User's Feedback
Answer / ashoka
The priority can be either 1,5,10. since the garbage
collector thread will be having low priority it should be 1.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / guest
The garbage collector runs at a lower priority than the
critical threads. Its not necessarily be 0 or 1.
| Is This Answer Correct ? | 6 Yes | 2 No |
Is infobus easy to use?
What is the argument type of a programs main() method?
difference between apllet and interface class
What are various types of class loaders used by jvm?
Wt is the main difference between Java and Java J2EE and Advanced java?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the infobus?
To identify IDL language what mapping mechanism is used?
How can a dead thread be restarted?
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
What is synchronization and why is it important?