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 |
What is there in browser that it supports web based applications of java or any other PL?
What is checkpoint? How to create checkpoints in our java projects?
What is a class loader? What are the different class loaders used by jvm?
What if the static modifier is removed from the signature of the main method?
Where can I find seam examples and documentation?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
what is Activation Instantinator?
what is a portable component?
What method is invoked to cause an object to begin executing as a separate thread?
Is a class a subclass of itself?
What is the RMI and Socket?
Why RMI required an interface?