What is the priority of Garbage collector thread?

Answers were Sorted based on User's Feedback



What is the priority of Garbage collector thread?..

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

What is the priority of Garbage collector thread?..

Answer / venkat

low(i.e 0)

Is This Answer Correct ?    8 Yes 4 No

What is the priority of Garbage collector thread?..

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

Post New Answer

More Advanced Java Interview Questions

whats is statement and procedure

0 Answers   TCS,


What method is invoked to cause an object to begin executing as a separate thread?

0 Answers  


iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation

3 Answers   iGate,


What is a thread?

3 Answers  


What is Remote Server?

0 Answers   TCS,






What is MOM?

1 Answers   Wipro,


Can I map more than one table in a cmp?

0 Answers  


What if the static modifier is removed from the signature of the main method?

0 Answers  


What is the form of storage space in java?

0 Answers  


Is the ternary operator written x : y ? Z or x ? Y : z ?

0 Answers  


difference of inheritance and interface

3 Answers  


How to pass parameters in RMI?

0 Answers  


Categories