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 / 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 |
Post New Answer View All Answers
What is main in java?
Which list is sorted in java?
What is string in java?
What is entry set in java?
What is the difference between path and classpath variables?
What is methods and methodology?
Can a private method of a superclass be declared within a subclass?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What is difference between final and finally in java?
What are java packages? What's the significance of packages?
Explain about strings in java?
How can you make a class serializable in java?
What is the difference between break and continue statements?
Can private class be inherited in java?