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 |
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What is the diff between Oracle and SQL Server
How to run queries on external tables?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
What are joins, explain all types of joins?
What are nested tables?
11. Display the client number and name and the client number and name of the person who referred that client.
How can windows applications connect to oracle servers?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
What are the different types of partitions in oracle?
What happens if variable names collide with table/column names?