Before we move on:
I understand we should use .equals() to compare content. I am now just talking about if the actual references are the same for the following scenario.
Always use equals method for comparing strings. The trouble about interning is that each version of JDK does it a bit differently, so I wouldn't have counted on that unless you want to call intern every time on the string.