if am have 100 threads(for ex:T1,T2---T100) how we give
priority to these threads and how the system excute these
threads
Answer Posted / nishchita
setPriority() method can be used ..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When is the finalize() called? What is the purpose of finalization?
What is the properties class in java programming?
Can an object subclass another object?
How do you change an int to a string?
Is there any difference between synchronized methods and synchronized statements?
what is method reference in java 8?
Define Multiprogramming and Multiprocessing in java.
What is :: operator in java 8?
What is the difference between stringbuffer and stringbuilder?
What is pojo class in java?
Can we have multiple classes in a single file?
Define the term string pool?
What are the data types supported by java?
What is the order of arraylist in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread