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 |
20. Using a set operator, display the client number of all clients who have never placed an order.
How to pass parameters to procedures?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What are the different types of record groups in oracle? Explain each of them
Explain about the analyze command in oracle?
How to invoke the data pump import utility?
what are the advantages of running a database in archive log mode?
Explain index?
How would you change old and new values in an insert, delete and update triggers?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
What is background process in Oracle?
What is index in Oracle?