Answer Posted / ravikiran
yield() method will suspend all the same priority thread
which is running and gives chance to next thread to run
which is of the same priority
sleep() method will make the thread to sleep for a
particular period of time which is specified in the
argument list
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is mean by collections in java?
What are the steps in the jdbc connection?
What are the different http methods?
What is mean by exception?
What is a treeset in java?
Is java a software?
What is json parser in java?
Tell me how many ways are there to initialise an integer with a constant.
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Define canvas?
Is java a utf 8 string?
Is vector ordered in java?
What is multiple inheritance? Is it supported by java?
What are local variables?
What is the function of compareto in java?