I am passing object from an activity to a fragment as explained in the accepted answer here: Passing an Object from an Activity to a Fragment
However, my question is, when an object is passed to the fragment, is it a reference to the object? or a copy of the object?
Thanks.