Core Java - Interview Questions and Answers for 'Wait' | Search Interview Question - javasearch.buggybread.com
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Core Java - Interview Questions and Answers for 'Wait' - 2 question(s) found - Order By Newest

 Q1. Can we override wait() or notify() methods?Core Java
Ans. wait and notify are declared final in object class and hence cannot be overridden.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     object class methods  wait  notify


Related Questions

  Difference between == and .equals() ?
  What are the methods of Object Class ?
  Which String class does not override the equals() and hashCode() methods, inheriting them directly from class Object?
 What is the use of Object class ?
 How you can check Object is created or not in case of Singleton using Object class method ?
 Why wait(), notify(), notifyAll() methods are in Object class instead of Thread class?


 Q2. Can we override wait() or notify() ?Core Java
Ans. No, because these are final.

public final void wait() throws InterruptedException

public final void notify()

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     wait  notify     Asked in 1 Companies


Related Questions

  Which keyword is used to provide explicit access of a code block to single thread ?

a. Transient
b. Final
c. Explicit
d. Synchronized
  Explain multithreading in Java ?
  What is a Deadlock ?
  Explain Thread States ?
  Why do we need Thread class even in case we execute thread using runnable interface ?
  What is the difference between time slicing and preemptive scheduling ?
  Difference between Process and Thread ?
  What is race condition ?
  What is the use of runnable interface if we can always create a new thread using Thread class ?
  What is an object's lock and which object's have locks?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: