Posts by Acadêmico Davi • 21 points
1 post
-
1
votes2
answers223
viewsQ: Are parameters with vectors in Java always by reference?
I am aware that, in Java, any parameter passage of an object is by reference, already with primitive types, by value. However, I was left with doubt about the common vector. I don’t mean the class…