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 the difference between data migration and production migration.
What to do if the startbd.bat failed to start the xe instance?
what is the syntax of SELECT command?
WHT ARE THE AGGREATE FUNCTIONS?
What is oracle thin client?
How to delete multiple rows from a table in oracle?
How to start a new transaction in oracle?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!
What are the different type of Segments ?
how to join query for one source type is oracle another source type is sql server ?
How to use "if" statements on multiple conditions?
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions