Answer Posted / sudheer
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 ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is HttpURL connection ?
Explain look for local ports?
What do you understand by the term network?
To create a socket, you need to know the internet host to which you want to connect?
What is a thread pool?
What is jhttp web server?
Tell me about networking classes and interfaces.
What is the Difference between socket and servlet?
Explain a time server?
Where is the network interface card located?
What is the use of network interface?
What is a client tester?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
Explain a daytime server?