Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What do you understand by inter-thread communication?
Home
JAVA
What do you understand by inter-thread communication?
asked
Jun 16
in
JAVA
by
Robindeniel
What do you understand by inter-thread communication?
thread-communication
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 16
by
Robindeniel
Below are the details of inter-thread communication
The process of communication between synchronized threads is termed as inter-thread communication.
Inter-thread communication is used to avoid thread polling in Java.
The thread is paused running in its critical section, and another thread is allowed to enter (or lock) in the same critical section to be executed.
It can be obtained by wait(), notify(), and notifyAll() methods.
Related questions
0
votes
Q: Netflix Ribbon is an Inter Process Communication (IPC) cloud library
asked
Jun 18
in
Eureka
by
Robin
eureka
+1
vote
Q: What do you understand by the bean persistent property?
asked
May 13, 2021
in
JAVA
by
rajeshsharma
#persistent-property
java
Java-questions-answers
+1
vote
Q: What do you understand by an IO stream?
asked
May 5, 2021
in
JAVA
by
SakshiSharma
#io-stream
java
Java-questions-answers
0
votes
Q: What do you understand by an instance variable and a local variable?
asked
Dec 16, 2020
in
JAVA
by
SakshiSharma
#instance-variable
#local-variable
Java-questions-answers
0
votes
Q: What do you understand by Java virtual machine?
asked
Nov 14, 2020
in
JAVA
by
rajeshsharma
#java-virtual-machine
Java-questions-answers
0
votes
Q: How do you take thread dump in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-thread
Java-questions-answers
0
votes
Q: What is Azure Data Factory? / What do you understand by Azure Data Factory?
asked
Jun 12
in
Azure Data Factory
by
SakshiSharma
azure-data-factory
0
votes
Q: What do you understand by Angular Material?
asked
Jun 6
in
Angular
by
john ganales
angular-material
0
votes
Q: What do you understand by observable and observer in Angular?
asked
Jun 6
in
Angular
by
john ganales
observable
observer
0
votes
Q: What do you understand by services in Angular?
asked
Jun 6
in
Angular
by
john ganales
services-in-angular
services
0
votes
Q: What do you understand by Angular MVVM architecture?
asked
Jun 6
in
Angular
by
john ganales
mvvm-architecture
0
votes
Q: What do you understand by Angular bootstrapping?
asked
Jun 5
in
Angular
by
Robindeniel
angular-bootstrapping
0
votes
Q: What do you understand by the RouterState?
asked
Jun 5
in
Angular
by
Robindeniel
routerstate
0
votes
Q: What do you understand by the RouterLinkActive?
asked
Jun 5
in
Angular
by
Robindeniel
routerlinkactive
0
votes
Q: What do you understand by RouterOutlet and RouterLink?
asked
Jun 5
in
Angular
by
Robindeniel
routeroutlet
routerlink
...