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 |
Is 'synchronised' a modifier?
How can I avoid validating a form before data is entered?
What is an abstract method?
what is handle?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
To identify IDL language what mapping mechanism is used?
Which container method is used to cause a container to be laid out and redisplayed?
What is waiting state? In what ways a thread can enter into waiting state?
What is a modular application? What does module-relative mean?
What is prototype?
How many ways can a thread be used?
What are the different class loaders used by jvm?