I have a methode foo in base class uses Synchronized (class name) , and two classes A and B that extends the base class. if i called foo from A instance and B instance in two di
Yes. It is synchronized, even though sequence of thread execution is not guaranteed.