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 |
Can singleton class be inherited in java?
Can we return null in java?
How do you initialize an arraylist in java?
What is the size of an array?
What is an example of character?
What is an 8 bit word?
Write code to implement bubble sort in java?
What is wrapper class html?
How we can make copy of a java object?
What is string example?
What is the difference between int and integer in java?
Difference between keyword and identifier.