What is Yield() method when we r using this ? tell exactly
Answer Posted / 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 |
Post New Answer View All Answers
Tell me the Importent classes in net package?
What is the difference between numeric and integer?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
Can you instantiate the math class in Java?
Can constructor be static or final?
Explain java heap space and garbage collection?
When we serialize an object does the serialization mechanism saves its references too?
What is the function of log?
What is the difference between the paint() and repaint() methods in java programming?
What is java life cycle?
Difference between Preemptive scheduling vs. Time slicing?
Write a program to calculate factorial in java?
what is the significance of listiterator in java?
What is the difference between exception and error in java?
What are the different collection views provided by maps?