adspace
Answer Posted / Mehraj Khalid
The notifyAll() method notifies all threads that are waiting on an object's monitor (synchronized block or synchronized method). This is useful when you need to wake up multiple threads that are blocked on the same object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to print count of empty strings in java 8?
What is a constructor overloading in java?
explain different ways of using thread? : Java thread
Realized?
How to create a base64 decoder in java8?
What is java string pool?
Differentiate between static and non-static methods in java.
What do you mean by an interface in java?
Is minecraft 1.15 out?
What is the difference between break and continue statements?
What is an object in java and how is it created?
Write a program to find the whether a number is an Armstrong number or not?
What is the difference between equals() and == in java?
What is parsing in java?
Explain public static void main(string args[]) in java.