Reading a few threads (common concurrency problems, volatile keyword, memory model) I\'m confused about concurrency issues in Java.
I have a lot of fields that are acces
Well, you've read those other questions and I presume you've read the answers already, so I'll just highlight some key points:
Added:
If the field reference an Object, then it will have fields of its own and all those consideration also applies to these fields.