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 is integrity constrains?
Can you create a synonym without having a table?
Can select statements be used on views in oracle?
where we have to use ON clause and where we have to use USING clause in JOINS
How can Oracle users be audited?
How to define a variable to match a table column data type?
What is a Temporary Segment ?
What are the restrictions in a oracle read only transaction?
12 RULES OF RDBMS
List out the types of joins.
What is index in Oracle?
Without giving condition how to retrieve the unmatched records from table.