Java Multi-Threading Question:

What is time slicing?

Java Multi-Threading Interview Question
Java Multi-Threading Interview Question

Answer:

Timeslicing is the method of allocating CPU time to individual threads in a priority schedule.


Previous QuestionNext Question
Difference between Process and Thread?Name the methods available in the Runnable Interface?