What is the difference between Sleep and Wait? (Java)
Answer / shaik syed bashs
using sleep method thread will suspended for some time but
using wait() method thread will kept aside for some
time.wait() method is in object class but sleep() is in
thread class
| Is This Answer Correct ? | 3 Yes | 0 No |
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
What does ROLLBACK do ?
Explain drop constraint oracle?
Can select statements be used on views in oracle?
What is the simplest tool to run commands on oracle servers?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
How to view existing locks on the database?
What happens if recursive calls get out of control?
What WHERE CURRENT OF clause does in a cursor?
what is a cartition product?
What are set operators?