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 exactly do quotation marks around the table name do?
How to write text literals in oracle?
How to select the name of employee who is getting maximum sal with out using subquery
What are the advantages of oracle 12c?
What is an oracle function?
What are the roles of dba?
What is a database table in oracle?
what is normalisation?what are its uses?
does the query needs a hint to access a materialized view?
What is an Oracle Instance?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
4. Using a set operator, display the creditor number of all creditors who have ever been paid.