What is a task?s priority?
Answer / karthik
task is a work given to the system(CPU).
number of small threads grouped will be called as task.
the system will complete the task according to their priority.
priority means rank given to that task.
| Is This Answer Correct ? | 0 Yes | 0 No |
What modifiers may be used with an inner class that is a member of an outer class?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What is the use of Semaphore?
Write a program on RMI and JDBC using StoredProcedure?
Write a singleton program?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
what is disadvantage of thread?
What are the states associated in the thread?
What is message driven beam?
Explain the purposes of methods wait(), notify(), notifyAll ()?
What if the static modifier is removed from the signature of the main method?
What are preemptive scheduling and time slicing and what is the difference between them?