if am have 100 threads(for ex:T1,T2---T100) how we give
priority to these threads and how the system excute these
threads
Answers were Sorted based on User's Feedback
Answer / anand kumar
we will allocate the priority using threadobject,setPriority
(int n) method....then according to the no given jvm will
exicute the threads
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the java ide's? Explain
What is method in java ?
What is meant by polymorphism?
How do you avoid global variables?
Why is stringbuffer faster than string?
What is a function easy definition?
for what purpose we use applets ?
What is dynamic binding?
What is the protected method modifier?
How could Java classes direct program messages to the system console, but error messages, say to a file?
What do you mean by pointer value and address?
How to check if linked list contains loop in java?