what is the Yield() method used in threads?
Answer Posted / manikandan [ gtec,vellore ]
after invoking yeild() method it enters into a ready state.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
java Technical questions asked by JPMC
Explain what pure virtual function is?
how to create multithreaded program? Explain different ways of using thread? : Java thread
how to write a program for sending mails between client and server
What is append function?
What is mnemonic code?
How do you read a char in java?
What is boolean law?
If a method is declared as protected, where may the method be accessed?
What is Java Shutdown Hook?
Can a method be overloaded based on different return type but same argument type?
What is the difference between pass by reference and pass by pointer?
Define a java class.
Explain the features of interfaces in java?
What is the syntax and characteristics of a lambda expression? Explain