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 |
Can you write Java code for declaration of multiple inheritance in Java ?
What is table mutation and how do you avoid it?
what is the port number of RMI?
Which component handles cluster communication in jboss?
Describe activation process?
what is the use of State Factories?
When a thread terminates its processing, it enters into what state?
When you will synchronize your code?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is the purpose of the notify() method?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
what is the Scope of Final Keyword in Java?