
- Forum
- Programming Talk
- Java
- Idea Needed
Idea Needed
This is a discussion on Idea Needed within the Java forums, part of the Programming Talk category; In a Java environment what does the term concurrent access refer to? Someone provide a brief idea on this....
-
Idea Needed
In a Java environment what does the term concurrent access refer to? Someone provide a brief idea on this.
-
Concurrent access in a Java environment can occur due to various reasons like multiple threads within a Web component accessing instance variables, multiple web components accessing objects stored in a session and multiple web components accessing objects stored in the web context.

Reply With Quote





