What is Yield() method when we r using this ? tell exactly
Answers were Sorted based on User's Feedback
Answer / naresh kumar
Yield will be called by Thread.Yield() t0 give other
runnable thread a chance to excute...
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / mounika
It causes to pauses the current executing thread for giving
the chance to the remaining waiting threads of same priority.
if there is no waiting threads are All waiting threads
have low priority then the same thread will continue its
execution.
| Is This Answer Correct ? | 10 Yes | 0 No |
Are private methods final?
What do you mean by boolean?
Can you pass by reference in java?
When do we use hashset over treeset?
How will you get the platform dependent values like line separator, path separator, etc., ?
what is a transient variable?
What is the default size of set in java?
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.
Give reasons supporting that string is immutable.
What methodology can be utilized to link to a database?
Is java call by reference?
Is string a datatype?