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 |
Name three subclasses of the component class?
To what value is a variable of the string type automatically initialized?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What if the static modifier is removed from the signature of the main method?
whats is mean by connectionpooling
Connection Pooling with different type of databases?
what is the port number of RMI?
What is the difference between the session.update() method and the session.lock() method?
What is aop(assepct oriented programing)?
Why DOM Parser would take more Memory than SAX parser while they are parsing?
Explain phantom read?
Explain how will the struts know which action class to call when you submit a form?