Skip to search formSkip to main contentSkip to account menu

Java concurrency

Known as: Concurrency in java, JSR 166 
The Java programming language and the Java virtual machine (JVM) have been designed to support concurrent programming, and all execution takes place… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2015
2015
This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This… 
2015
2015
Chapters 5 through 7 introduced you to the concurrency utilities, executors (and callables and futures), synchronizers, and the… 
2012
2012
One of the main challenges when verifying multi-threaded Java applications is the state space explosion problem. Due to thread… 
2003
2003
In this paper, a bottom-up formal technique to obtain a correct system specification from the RT/SA requirements specification of… 
2003
2003
Feasibility and efficiency of analyzing concurrent programs mostly rely on the programs' representations. This paper proposes a… 
2002
2002
Java supports distributed programming using threads and Remote Method Invocation (JRMI). However, a Java thread does not match… 
Review
2002
Review
2002
Automated analysis is necessary to verify the correct operation of concurrent systems. Petri Nets have a large body of research… 
2001
2001
The authors summarize an empirical investigation conducted in order to optimize connection management in the RMI-IIOP ORB, for… 
2000
2000
We present a mathematically precise, platform-independent model of Java concurrency using the Abstract State Machine methodology…