On a computer that having single CPU, how multithreading
concept can be achieved?
Answer / amalendra
Depending on the OS algorithm, each thread gets a specific
time slice to execute on processor. thus if one thread is
executing on the processor at that time all other thread
will be queue.
OS algorithm can be Round-Ronin, LUF...etc.
| Is This Answer Correct ? | 10 Yes | 0 No |
What are the states associated in the thread?
Can a thread be a member of another thread?
Why JDBC has introduced
Can we have more than one action servlet?
What happens when a thread cannot acquire a lock on an object?
What is the difference between Super and This Keyword?
What are the design considerations while making a choice between using interface and abstract class?
In a multitiered application which tier is the browser in?
Write a program on RMI and JDBC using StoredProcedure?
How do you maintain a stateful session object across the session
whats is mean by tiles in struts
Can you control when passivation occurs?