Quick Memory Question

I really appreciate all of the great info here.

I’m definitely using soft references and interfaces as much as I can and am currently refactoring a lot of my code away from hard references in the process.

It sounds like to my original question, if I have an object that needs to be in memory at all times, then it doesn’t matter too much if multiple characters hard reference it because they will reference the same object in memory?