hi to all , i have some doubt with call by value and call by reference in java when a object is passed to a method call ,with proper method definition ,now what my doubt is it call by value[copy of the object] or call by reference.In some books it is call by reference ,in some other books it is call by value.In these two which is correct one .I belive that it is call by Value[copy of object].
Thanks In advance and sorry for my language.

