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 are dml statements in oracle?
what is Materialized view? What is a snapshot? what are the similarities and differences between Materialized views and snapshots?
When do you get a .pll extension in oracle?
Without giving condition how to retrieve the unmatched records from table.
What should be the return type for a cursor variable.Can we use a scalar data type as return type?
How to change system global area (sga) in oracle?
Why we choose emp number as primarykey?
Can we store pictures in the database and if so, how it can be done?
How to shutdown your 10g xe server?
How to transfer database(500 gb) of oracle enterprise edition to standard edition downtime is only 1 hour not using exp/imp option ?
From the database level, how can you tell under which time zone a database is operating?
What is procedure overloading in oracle?