Question
What is the difference between sleep() and wait()?

Answers

sleep() – It causes the current thread to suspend execution for a specified period. When a thread goes into sleep state it doesn’t release the lock

wait() – It causes current thread to wait until either another thread invokes the notify() method or the notifyAll() method for this object, or a specified amount of time has elapsed.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What is the square root of four million?
  • Q What is meant by “parties”?
  • Q Aphanopetalaceae Corolla features ?
  • Q Tsqs can be written in the main storage or auxiliary storage ( true or false)?
  • Q What is the output of 3 in [1, 2, 3]
  • Q He appears in a series of books which made publishing history, and he is the most famous pupil of the "Hogwart? s Witchcraft School". Who is this fictional character?
  • Q Name the Malaysian player who won the All England Open Badminton Championships Men's Singles title?
  • Q Why LEVT? What do you know about LEVT? Company profile of LEVT?
  • Q What is the reason behind using constructors and destructors?
  • Q Is it better to have too many false negatives or too many false positives?
  • Q Can you access DOM in node?