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

A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

0 Answers  


What is serialization and de-serialization ?

5 Answers  


What is a clone?

0 Answers  


Is “abc” a primitive value?

0 Answers  


What is the purpose of the wait() method?

0 Answers  






what is the RMI / IIOP?

3 Answers  


What is glasgow?

0 Answers  


difference of inheritance and interface

3 Answers  


Why JDBC has introduced

4 Answers  


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


Can you control when passivation occurs?

0 Answers  


What is threadfactory?

0 Answers  


Categories