First of all, I know that Java is call by value.
However, in a certain article, there is no such thing as an address in Java, and you should use the word reference. In my opinion, both words are interpreted with the same meaning. Am I wrong?
What is the difference between address and reference, and do you have such a strict definition that you have to distinguish between the two?
Some people use the term memory reference. Is this the address then? Or is it a reference?
I've searched on various sites, but I can't find an article that can answer my question, so I'm posting this question. thank you.