Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in volatile
Is the following java code thread safe without volatile?
Mar 25, 2026
java
multithreading
parallel-processing
synchronization
volatile
Can I make a variable temporarily volatile?
Mar 26, 2026
c
gcc
optimization
volatile
Will making a variable volatile work if I take copy it to another variable and try to change that?
Mar 25, 2026
java
android
multithreading
thread-safety
volatile
A puzzle on how Java implement volatile in new memory model (JSR 133)
Mar 22, 2026
java
concurrency
jvm
volatile
std::copy on pointers to volatile data
Mar 21, 2026
c++
stl
language-lawyer
volatile
Use of volatile in Singleton(Bill Pughs Solution)
Mar 18, 2026
java
multithreading
singleton
volatile
About Unsafe.getObjectVolatile usage
Mar 19, 2026
java
concurrency
volatile
synchronize without volatile
Mar 16, 2026
java
multithreading
synchronization
volatile
Incompatibility with Java 7
Mar 15, 2026
multithreading
java-7
volatile
java-6
incompatibility
Is there a way to verify if a Windows registry key is volatile (REG_OPTION_VOLATILE)?
Mar 14, 2026
registry
volatile
Portable thread class implemented in C++
Mar 11, 2026
c++
multithreading
volatile
Can volatile keyword be used for building thread safe auto clear cache?
Mar 10, 2026
c#
thread-safety
observable
volatile
How is memory inconsistency different from thread interleaving?
Mar 09, 2026
java
multithreading
memory
volatile
Value of volatile variable doesn't change in multi-thread
Mar 07, 2026
c#
multithreading
.net-4.0
backgroundworker
volatile
Does changing a volatile field update the object?
Mar 06, 2026
java
concurrency
volatile
Figure out if reflected field is volatile
Feb 27, 2026
c#
reflection
volatile
Deep understanding of volatile in Java
Feb 25, 2026
java
volatile
lock-free
memory-barriers
java-memory-model
C/C++ volatile variable accessed from another module
Feb 22, 2026
c
volatile
Older Entries »