I have a small confusion. If a static instance (example" singleton instance) access static method. Does the class lock is acquired or instance lock?
Class C{