Java Multi-Threading Question:

What is time slicing?

Tweet Share WhatsApp

Answer:

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

Download Java Multi-Threading PDF Read All 36 Java Multi-Threading Questions
Previous QuestionNext Question
Difference between Process and Thread?Name the methods available in the Runnable Interface?