Java Developer Question: Download Java Developer PDF

Can you please explain the difference between yielding and sleeping in Java Programming?

Tweet Share WhatsApp

Answer:

When a task invokes its yield() method, it returns to the ready state. When a task invokes its sleep() method, it returns to the waiting state.

Download Java Developer PDF Read All 63 Java Developer Questions
Previous QuestionNext Question
Is the size of a keyword in Java Programming?How many bits are used to represent the Unicode, ASCII, UTF-16, and UTF-8 characters in Java Programming?