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 the diffrence between banking and insurance domain?
Which textcomponent method is used to set a textcomponent to the read-only state?
What is multithread synchronizing ?
what is the proxy pattern?
whats is mean by class.forName() whats the return type of class
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
Explain what is synchronization?
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
What are the JSP implicit objects ?
How do you set security in applets?
How would you create a button with rounded edges?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work