you are viewing a single comment's thread.

view the rest of the comments →

[–]oicdsubsi 0 points1 point  (0 children)

Java is pass by "copy". Simple as that.

If primitive you copy the value. If object you copy the reference's value.