Answer Posted / satya
sleep(long millis)
takes a pause for a thread for a time in milli seconds,
after the sleep time is over then the thread is again
executing
suspend()
suspending the running thread
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is a class loader?
Can I run seam with jdk 1.4 and earlier?
What is glasgow?
what is an isolation level?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
How primary key is implemented in Oracle?
What is the RMI and Socket?
How can I scroll through list of pages like the search results in google?
What state does a thread enter when it terminates its processing?
Is it possible to stop the execution of a method before completion in a sessionbean?
How can I avoid validating a form before data is entered?
What is meant by method chaining?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is a class loader? What are the different class loaders used by jvm?
Explain about thread synchronization inside a monitor?