If I have something like below, so what does that mean inside synchronized block
synchronized block
synchronised (syncObject) {
Basically, it will me
No, attributeMethod is already running within the scope of a synchronized block; no need to mark it as such, unless you intend to call it concurrently outside this block.
attributeMethod
synchronized