We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed8984 commit a22280eCopy full SHA for a22280e
_moreReadMe/threadSynchronization/README.md
@@ -168,7 +168,7 @@ Wakes up all threads that are waiting on this object's monitor.
168
<tr><td>should be notified by notify() or notifyAll() methods</td><td>after the specified amount of time, sleep is completed.</td></tr>
169
</tbody></table>
170
171
-**Simple Example :**
+**Example of Inter Thread Communication :**
172
```java
173
class Customer {
174
int amount = 10000;
0 commit comments