Can two threads of two different objects of same class can access a syncronized method in that class or not?
Anonymous
Yes, both threads can access the synchronized method in parallel as both have different locks. They are not having the lock on same object.
Check out your Company Bowl for anonymous work chats.