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 exactly is methodology?
What is predicate in java?
What is a java applet? What is an interface?
How do I stop concurrentmodificationexception?
What is the benefit of using enum to declare a constant?
Is it safe to install java on my computer?
How many return statement are allowed in a function?
What do you mean by multithreaded program?
Why string is a class?
How do constructors use this() and super()?
How does enum work in java?
If a method is declared as protected, where may the method be accessed in java programming?
What’s the difference between constructors and other methods?
How do you calculate roots in java?
What is isa relationship?