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 |
why ,we are using jsp and html.which one is better?
whats is inheritance?
15 Answers CTS, HCL,
What is the use of pattern in java?
What is the smallest package in Java API?
What is the properties class in java programming?
Is there any difference between nested classes and inner classes?
What is a default package ?
What is instance example?
What is the default access specifier for variables and methods of a class?
What are different access specifiers in java? Explain
Can a Byte object be cast to a double value?
What are the differences between throw and throws?