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
Explain phantom read?
How primary key is implemented in Oracle?
What are various types of class loaders used by jvm?
What method is invoked to cause an object to begin executing as a separate thread?
Why use a datasource when you can directly specify a connection details?
Are we allowed to change the transaction isolation property in middle of a transaction?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the relationship between local interfaces and container-managed relationships?
Is “abc” a primitive value?
What do you mean by Socket Programming?
What state does a thread enter when it terminates its processing?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the different algorithms used for clustering?
Difference between new operator and class.forname().newinstance()?
What is threadfactory?