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

Can you write Java code for declaration of multiple inheritance in Java ?

6 Answers   Kingshir, Oracle,


What is table mutation and how do you avoid it?

0 Answers  


what is the port number of RMI?

2 Answers  


Which component handles cluster communication in jboss?

0 Answers  


Describe activation process?

0 Answers  


what is the use of State Factories?

0 Answers  


When a thread terminates its processing, it enters into what state?

1 Answers  


When you will synchronize your code?

2 Answers  


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,


What is the purpose of the notify() method?

0 Answers  


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


what is the Scope of Final Keyword in Java?

1 Answers   HCL,


Categories