What is meant by time-slicing?

Answer Posted / kalyan

Preemptive multitasking also called "time slicing".
Interrupting the execution of a process and passing control
to another waiting process and performing a context switch
after which the context for the next pending process is
restored, and the next process is executed for the duration
of its time slice or "quantum".

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

554


Explain look for local ports?

581


Public serversocket(int port, int queuelength) throws ioexception, bindexception?

686


What is an http server?

550


What is socket in java?

634






What is a thread pool?

651


What is network programming in java?

575


What you know about random port?

570


What is jhttp web server?

770


What do you understand by the term network?

580


Why socketutil is used?

616


Explain a daytime server?

646


What is an http redirector?

555


To create a socket, you need to know the internet host to which you want to connect?

541


Tell me about networking classes and interfaces.

634