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 |
can any one tell me how to learn good coding techniques
What class is used to create Server side object ?
What is the lifecycle of an applet?
What are the types of data passing mechanisams under JMS specification?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
What is local interface. How values will be passed?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
What is the applet sandbox?
Brief description about local interfaces?
What is the RMI and Socket?
In a multitiered application which tier is the browser in?
whether the connectionpooling used in struts?