| Author |
singleton,static,volatile in multithreaded
|
prakash Venugopal
Greenhorn
Joined: Dec 28, 2011
Posts: 8
|
|
|
can you explain singleton objects, static variable,volatile variable in multithreading environment?
|
 |
Chris Hurst
Ranch Hand
Joined: Oct 26, 2003
Posts: 370
|
|
If you just want a general overview google is your friend all of this is covered in lots of blogs.
If you want the precise answer google the java memory model its all explained in depth there , if you have any questions as its not an easy read post them here and I'll answer them.
|
"Eagles may soar but weasels don't get sucked into jet engines" SCJP 1.6, SCWCD 1.4, SCJD 1.5,SCBCD 5
|
 |
 |
|
|
subject: singleton,static,volatile in multithreaded
|
|
|